updates.
[silc.git] / apps / irssi / docs / help / in / ban.in
1
2 @SYNTAX:ban@
3
4 Format: <channel> [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]]
5
6 This command is used to manage the ban list of the channel.  You must be
7 channel operator to be able to use this command.  Wildcards may be used
8 with this command.
9
10 Examples:
11     /BAN #mychannel +foobar!mr.bar@foo.bar.com
12         Adds nickname `foobar' with username `mr.bar' from host `foo.bar.com'
13         on #mychannel to the ban list.
14
15     /BAN * +looser
16         Adds nickname `looser' to the ban list on current channel.
17
18     /BAN * +foo*@*!@*.foobar.com
19         Adds foo* nicknames from any server with any username from
20         *.foobar.com hosts to the ban list on current channel.
21
22     /BAN * -looser
23         Removes the nickname `looser' from the ban list on current channel.
24
25     /BAN *
26         Shows the ban list of the current channel.
27
28 See also: KNOCKOUT, KICKBAN
29