ban
Sets ban masks for the channel
|
Syntax |
ban <mask_list>
|
Description |
Sets the ban masks specified in the <mask_list>,
which is a comma separated list of nicknames.
This command works only if executed in a channel window.
The command is translated to a set of MODE irc messages containing
a variable number of +b flags: all servers should support
up to three mode changes in a single message; some servers
will support even more (this is user definable :
see $option(uintModeChangesPerMessage)).
This command is connection dependant.
|
Examples |
ban Maxim,Gizmo!*@*,*!root@*
|
|
See also |
op,deop,voice,devoice,unban
|