mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/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
This commit is contained in:
parent
4737d16290
commit
59a1a4d649
2 changed files with 64 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue