diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.helpop-full.example | 2 | ||||
-rw-r--r-- | docs/conf/inspircd.helpop.example | 2 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/docs/conf/inspircd.helpop-full.example b/docs/conf/inspircd.helpop-full.example index 1887b1a80..27b689f51 100644 --- a/docs/conf/inspircd.helpop-full.example +++ b/docs/conf/inspircd.helpop-full.example @@ -1051,6 +1051,8 @@ Acting extbans: users (requires stripcolor module). T:<ban> Blocks notices from matching users (requires nonotice module). + U:<ban> Blocks unregistered users matching the given ban. + (requires m_services_account) A ban given to an acting extban may either be a nick!user@host mask, matched against users as for a normal ban, or a matching extban. diff --git a/docs/conf/inspircd.helpop.example b/docs/conf/inspircd.helpop.example index 4b3354837..2ba4ac5a1 100644 --- a/docs/conf/inspircd.helpop.example +++ b/docs/conf/inspircd.helpop.example @@ -288,6 +288,8 @@ help channel if you have any questions."> users (requires stripcolor module). T:n!u@h Blocks notices from matching users (requires nonotice module). + U:n!u@h Blocks unregistered users matching the given ban. + (requires m_services_account) Redirect n!u@h#channel will redirect the banned user to #channel when they try to join (requires banredirect module). diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 0f0da74c7..76563fbeb 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1535,9 +1535,10 @@ # # This replaces m_services from 1.1 and earlier. # -# Also of note is that this module implements two extbans: +# Also of note is that this module implements three extbans: # +b R: (stop matching account names from joining) # +b M: (stop matching account names from speaking) +# +b U:n!u@h (blocks matching unregistered users) # #<module name="m_services_account.so"> |