Merge pull request #21 from Niichan/master

help/cmode: add documentation on channel owner mode +y
This commit is contained in:
Kyle Johnson 2013-11-05 16:32:27 -08:00
commit 86a53b8ed7
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ WITH PARAMETERS:
PARAMS: /mode #channel +o nick
+a - Admin. Grants channel administrator status.
PARAMS: /mode #channel +a nick
+y - Owner. Grants channel owner status.
PARAMS: /mode #channel +y nick
+b - Ban. Prevents a user from entering the channel, and from
sending or changing nick if they are on it, based on a
nick!ident@host match.

View File

@ -66,6 +66,8 @@ WITH PARAMETERS:
PARAMS: /mode #channel +o nick
+a - Admin. Grants channel administrator status.
PARAMS: /mode #channel +a nick
+y - Owner. Grants channel owner status.
PARAMS: /mode #channel +y nick
+b - Ban. Prevents a user from entering the channel, and from
sending or changing nick if they are on it, based on a
nick!ident@host match.