0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-02 08:48:18 +02:00

Mention in /quote help cmode that +b/+q prevent nick changes, and +b (too) sending.

This commit is contained in:
Jilles Tjoelker 2008-11-07 00:41:26 +01:00
parent d6ccfc1bb7
commit b50a3163c3

View file

@ -40,11 +40,12 @@ WITH PARAMETERS:
PARAMS: /mode #channel +v nick
+o - Op. Allows a user full control over the channel.
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.
PARAMS: /mode #channel +b nick!user@host
+q - Quiet. Prevents a user from sending to the channel, based on a
nick!ident@host match.
+q - Quiet. Prevents a user from sending to the channel or changing
nick, based on a nick!ident@host match.
PARAMS: /mode #channel +q nick!user@host
+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