32bf76e931790afbdc51170562cc57e14b391473
[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 Examples:
9     /BAN #mychannel +foobar!mr.bar@foo.bar.com
10         Adds nickname `foobar' with username `mr.bar' from host
11         `foo.bar.com' on #mychannel to the ban list.
12
13     /BAN * +looser
14         Adds nickname `looser' to the ban list on current channel.
15
16     /BAN * +foo*@*!@*.foobar.com
17         Adds foo* nicknames from any server with any username from
18         *.foobar.com hosts to the ban list on current channel.
19
20     /BAN * -looser
21         Removes the nickname `looser' from the ban list on current
22         channel.
23
24     /BAN *
25         Shows the ban list of the current channel.
26
27 See also: KNOCKOUT, KICKBAN
28