Merged from silc_1_0_branch.
[silc.git] / apps / irssi / docs / help / in / ban.in
1
2 @SYNTAX:ban@
3
4 This command is used to manage the ban list of the channel.
5 You must be channel operator to be able to use this command.
6 Wildcards may be used with this command.
7
8 In ban list it is possible to add nicknames, server name, username,
9 hostname or netmask (IP/MASK), and public keys.
10
11 Examples:
12     /BAN #mychannel +foobar!mr.bar@foo.bar.com
13         Adds nickname `foobar' with username `mr.bar' from host
14         `foo.bar.com' on #mychannel to the ban list.
15
16     /BAN * +looser
17         Adds nickname `looser' to the ban list on current channel.
18
19     /BAN * +foo*@*!@*.foobar.com
20         Adds foo* nicknames from any server with any username from
21         *.foobar.com hosts to the ban list on current channel.
22
23     /BAN * +/path/to/public_key.pub
24         Adds the public key from file /path/to/public_key.pub to
25         ban list of the current channel.
26
27     /BAN * -looser
28         Removes the nickname `looser' from the ban list on current
29         channel.
30
31     /BAN *
32         Shows the ban list of the current channel.
33
34 See also: KICK
35