diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-07 13:20:18 -0400 |
---|---|---|
committer | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-07 14:04:02 -0400 |
commit | 61429d9c680188abd63e629d72fbc09e7e5cfc38 (patch) | |
tree | 6c189c9523f014e723773c8fa6e3fe865f8084e6 /docs/conf/modules.conf.example | |
parent | 1fe23633b78b836f6c906b651255c1bd169f3778 (diff) |
Added ExtBan U to match only Unregistered users
Enhancement requested in Issue #247
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index f86ebfa6c..9d9b61b93 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1530,9 +1530,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"> |