2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:ban@
|
|
|
|
|
|
|
|
Bans the specified nick or userhost mask.
|
2000-08-13 11:24:23 -04:00
|
|
|
|
2001-03-03 15:48:23 -05:00
|
|
|
If nick is given as parameter, the ban type is used to generate the ban
|
|
|
|
mask. /SET ban_type specified the default ban type. Ban type is one of
|
|
|
|
the following:
|
|
|
|
|
2001-08-08 12:22:01 -04:00
|
|
|
Normal - *!*user@*.domain.net
|
|
|
|
User - *!*user@*
|
2001-03-03 15:48:23 -05:00
|
|
|
Host - *!*@host.domain.net
|
|
|
|
Domain - *!*@*.domain.net
|
|
|
|
Custom [nick] [user] [host] [domain]
|
|
|
|
|
|
|
|
Examples:
|
2007-06-13 12:16:44 -04:00
|
|
|
/BAN loser - Bans the nick 'loser'
|
|
|
|
/BAN -host loser - Bans the host of nick 'loser'
|
2001-08-08 12:22:01 -04:00
|
|
|
/BAN *!*@*.org - Bans all the users coming from any .org domain.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2001-03-03 15:48:23 -05:00
|
|
|
/SET ban_type custom nick domain - nick!*@*.domain.net
|
|
|
|
/SET ban_type custom user host - *!user@host.domain.net
|
|
|
|
|
|
|
|
See also: KNOCKOUT, KICKBAN
|
2000-07-26 13:52:19 -04:00
|
|
|
|