From 4995417f59c91cf62c13f1d1dcfdbf4f67714b83 Mon Sep 17 00:00:00 2001 From: Renegade334 Date: Sat, 28 Mar 2015 21:18:30 +0000 Subject: 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. --- docs/conf/helpop-full.conf.example | 3 +++ docs/conf/helpop.conf.example | 3 +++ docs/conf/modules.conf.example | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index c33b80fd7..17e9ee37d 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -1091,6 +1091,9 @@ setting +I . Matching extbans: + a: Matches user with both a matching banmask and realname, + where is in the format nick!user@host+realname + (requires gecosban module). j: Matches anyone in the given channel. Does not support wildcards (requires the channelban module). n: Matches users in a matching connect class (requires the 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 . Matching extbans: + a: Matches user with both a matching banmask and realname, + where is in the format nick!user@host+realname + (requires gecosban module). j: Matches anyone in the given channel. Does not support wildcards (requires the channelban module). n: Matches users in a matching connect class (requires diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 7823e2d30..8a22a8c71 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -818,8 +818,9 @@ # # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Real name ban: Implements extended ban 'r', which stops anyone -# matching a mask like +b r:*realname?here* from joining a channel. +# Real name ban: Implements two extended bans: # +# 'a', which matches a n!u@h+realname mask like +b a:*!*@host+*real* # +# 'r', which matches a realname mask like +b r:*realname?here* # # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -- cgit v1.2.3