imported irssi.
[silc.git] / apps / irssi / docs / help / in / ban.in
1
2 @SYNTAX:ban@
3
4 Bans the specified nick or userhost mask.
5
6 If nick is given as parameter, the ban type is used to generate the ban
7 mask. /SET ban_type specified the default ban type. Ban type is one of
8 the following:
9
10     Normal - *!user@*.domain.net
11     Host   - *!*@host.domain.net
12     Domain - *!*@*.domain.net
13     Custom [nick] [user] [host] [domain]
14
15 Examples:
16     /BAN looser    - This bans the nick 'looser'
17     /BAN *!*@*.org - This bans all the users coming from any 
18                      .org domain.
19
20     /SET ban_type custom nick domain - nick!*@*.domain.net
21     /SET ban_type custom user host   - *!user@host.domain.net
22
23 See also: KNOCKOUT, KICKBAN
24