diff options
author | Renegade334 <contact.caaeed4f@renegade334.me.uk> | 2015-03-28 21:18:30 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-09-25 12:30:06 +0100 |
commit | 4995417f59c91cf62c13f1d1dcfdbf4f67714b83 (patch) | |
tree | 1722eb9f242b898038ca1c19e4528da5704aa6c4 /docs/conf/helpop.conf.example | |
parent | 6d09b12be1d93571d4cabb1aa7866a7376aef126 (diff) |
Add extban 'a' to m_gecosban.
This has the format a:nick!user@host+gecos.
e.g. a:*!*@abusive.host+*MegaBot?v2.0*
Closes #1023.
Closes #1026.
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r-- | docs/conf/helpop.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 89c2716a6..8456346d9 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -277,6 +277,9 @@ setting +I <extban>. Matching extbans: + a:<mask> Matches user with both a matching banmask and realname, + where <mask> is in the format nick!user@host+realname + (requires gecosban module). j:<channel> Matches anyone in the given channel. Does not support wildcards (requires the channelban module). n:<class> Matches users in a matching connect class (requires |