Mention in /quote help cmode that +b/+q prevent nick changes, and +b (too) sending.
This commit is contained in:
parent
d6ccfc1bb7
commit
b50a3163c3
1 changed files with 4 additions and 3 deletions
|
@ -40,11 +40,12 @@ WITH PARAMETERS:
|
||||||
PARAMS: /mode #channel +v nick
|
PARAMS: /mode #channel +v nick
|
||||||
+o - Op. Allows a user full control over the channel.
|
+o - Op. Allows a user full control over the channel.
|
||||||
PARAMS: /mode #channel +o nick
|
PARAMS: /mode #channel +o nick
|
||||||
+b - Ban. Prevents a user from entering the channel, based on a
|
+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.
|
nick!ident@host match.
|
||||||
PARAMS: /mode #channel +b nick!user@host
|
PARAMS: /mode #channel +b nick!user@host
|
||||||
+q - Quiet. Prevents a user from sending to the channel, based on a
|
+q - Quiet. Prevents a user from sending to the channel or changing
|
||||||
nick!ident@host match.
|
nick, based on a nick!ident@host match.
|
||||||
PARAMS: /mode #channel +q nick!user@host
|
PARAMS: /mode #channel +q nick!user@host
|
||||||
+e - Exempt. Allows a user to join a channel and send to it even if
|
+e - Exempt. Allows a user to join a channel and send to it even if
|
||||||
they are banned (+b) or quieted (+q), based on a nick!ident@host
|
they are banned (+b) or quieted (+q), based on a nick!ident@host
|
||||||
|
|
Loading…
Reference in a new issue