diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-03 20:48:23 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-03 20:48:23 +0000 |
commit | 4f2be94115fda42a31407e4f5ed12faecdafcbb1 (patch) | |
tree | b6e05e3b0c77a54f4e4a5921d168028c27596d50 /docs | |
parent | 25a013e4c86d67b797fabc3c97a1792a35bb2b7e (diff) | |
download | irssi-4f2be94115fda42a31407e4f5ed12faecdafcbb1.zip |
/BANTYPE -> /SET ban_type. /BAN: -type option added to override default
ban type.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1318 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/ban.in | 18 | ||||
-rw-r--r-- | docs/help/in/bantype.in | 16 | ||||
-rw-r--r-- | docs/help/in/knockout.in | 2 |
3 files changed, 15 insertions, 21 deletions
diff --git a/docs/help/in/ban.in b/docs/help/in/ban.in index babd961c..4f8a541d 100644 --- a/docs/help/in/ban.in +++ b/docs/help/in/ban.in @@ -2,13 +2,23 @@ @SYNTAX:ban@ Bans the specified nick or userhost mask. -If nick is given as parameter, the current -BANTYPE affects the ban mask. -Example: +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. -See also: BANTYPE, KNOCKOUT + /SET ban_type custom nick domain - nick!*@*.domain.net + /SET ban_type custom user host - *!user@host.domain.net + +See also: KNOCKOUT, KICKBAN diff --git a/docs/help/in/bantype.in b/docs/help/in/bantype.in deleted file mode 100644 index 7657d73d..00000000 --- a/docs/help/in/bantype.in +++ /dev/null @@ -1,16 +0,0 @@ - -@SYNTAX:bantype@ - -This command shows or views the current ban type. -The ban type is used by BAN and KNOCKOUT commands. - -Normal - *!user@*.domain.net -Host - *!*@host.domain.net -Domain - *!*@*.domain.net -Custom [nick] [user] [host] [domain] - -eg. /bantype custom nick domain - nick!*@*.domain.net -eg. /bantype custom user host - *!user@host.domain.net - -See also: BAN, KNOCKOUT - diff --git a/docs/help/in/knockout.in b/docs/help/in/knockout.in index 00034494..1d18b533 100644 --- a/docs/help/in/knockout.in +++ b/docs/help/in/knockout.in @@ -7,5 +7,5 @@ by default. Default alias for /KNOCKOUT is /KN. -See also: BANTYPE, BAN, KICK +See also: BAN, KICK |