Merge pull request #21 from Niichan/master
help/cmode: add documentation on channel owner mode +y
This commit is contained in:
commit
86a53b8ed7
|
@ -70,6 +70,8 @@ WITH PARAMETERS:
|
||||||
PARAMS: /mode #channel +o nick
|
PARAMS: /mode #channel +o nick
|
||||||
+a - Admin. Grants channel administrator status.
|
+a - Admin. Grants channel administrator status.
|
||||||
PARAMS: /mode #channel +a nick
|
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
|
+b - Ban. Prevents a user from entering the channel, and from
|
||||||
sending or changing nick if they are on it, based on a
|
sending or changing nick if they are on it, based on a
|
||||||
nick!ident@host match.
|
nick!ident@host match.
|
||||||
|
|
|
@ -66,6 +66,8 @@ WITH PARAMETERS:
|
||||||
PARAMS: /mode #channel +o nick
|
PARAMS: /mode #channel +o nick
|
||||||
+a - Admin. Grants channel administrator status.
|
+a - Admin. Grants channel administrator status.
|
||||||
PARAMS: /mode #channel +a nick
|
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
|
+b - Ban. Prevents a user from entering the channel, and from
|
||||||
sending or changing nick if they are on it, based on a
|
sending or changing nick if they are on it, based on a
|
||||||
nick!ident@host match.
|
nick!ident@host match.
|
||||||
|
|
Loading…
Reference in New Issue