X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fban.in;h=f6b7496aa9e3f36dbf889949ba5d382264f020d7;hp=32bf76e931790afbdc51170562cc57e14b391473;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=d47a87b03b846e2333ef57b2c0d81f1644992964 diff --git a/apps/irssi/docs/help/in/ban.in b/apps/irssi/docs/help/in/ban.in index 32bf76e9..f6b7496a 100644 --- a/apps/irssi/docs/help/in/ban.in +++ b/apps/irssi/docs/help/in/ban.in @@ -5,6 +5,9 @@ This command is used to manage the ban list of the channel. You must be channel operator to be able to use this command. Wildcards may be used with this command. +In ban list it is possible to add nicknames, server name, username, +hostname or netmask (IP/MASK), and public keys. + Examples: /BAN #mychannel +foobar!mr.bar@foo.bar.com Adds nickname `foobar' with username `mr.bar' from host @@ -17,6 +20,10 @@ Examples: Adds foo* nicknames from any server with any username from *.foobar.com hosts to the ban list on current channel. + /BAN * +/path/to/public_key.pub + Adds the public key from file /path/to/public_key.pub to + ban list of the current channel. + /BAN * -looser Removes the nickname `looser' from the ban list on current channel. @@ -24,5 +31,5 @@ Examples: /BAN * Shows the ban list of the current channel. -See also: KNOCKOUT, KICKBAN +See also: KICK