X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fban.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fban.in;h=4f8a541d7f0728b0924b9d674aff84aa61bb5ac6;hb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa;hp=0000000000000000000000000000000000000000;hpb=0f9738ce962b8498bbed0a75d5fb6fa127e3577f;p=silc.git diff --git a/apps/irssi/docs/help/in/ban.in b/apps/irssi/docs/help/in/ban.in new file mode 100644 index 00000000..4f8a541d --- /dev/null +++ b/apps/irssi/docs/help/in/ban.in @@ -0,0 +1,24 @@ + +@SYNTAX:ban@ + +Bans the specified nick or userhost mask. + +If nick is given as parameter, the ban type is used to generate the ban +mask. /SET ban_type specified the default ban type. Ban type is one of +the following: + + Normal - *!user@*.domain.net + Host - *!*@host.domain.net + Domain - *!*@*.domain.net + Custom [nick] [user] [host] [domain] + +Examples: + /BAN looser - This bans the nick 'looser' + /BAN *!*@*.org - This bans all the users coming from any + .org domain. + + /SET ban_type custom nick domain - nick!*@*.domain.net + /SET ban_type custom user host - *!user@host.domain.net + +See also: KNOCKOUT, KICKBAN +