diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-08 16:22:01 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-08 16:22:01 +0000 |
commit | 59a1a4d649bfc4e1cce327c473a08560c29f503d (patch) | |
tree | 14636dd9d8dca7199131e7f644d9981e566b588c /docs | |
parent | 4737d162900e8c90df461c421ca71136d519e3f1 (diff) | |
download | irssi-59a1a4d649bfc4e1cce327c473a08560c29f503d.zip |
/BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>].
Added ban type "User"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1722 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/ban.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/help/in/ban.in b/docs/help/in/ban.in index 4f8a541d..53ca80ef 100644 --- a/docs/help/in/ban.in +++ b/docs/help/in/ban.in @@ -7,15 +7,16 @@ 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 + Normal - *!*user@*.domain.net + User - *!*user@* 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. + /BAN looser - Bans the nick 'looser' + /BAN -host looser - Bans the host of nick 'looser' + /BAN *!*@*.org - 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 |