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/inspircd.helpop-full.example | |
parent | 1fe23633b78b836f6c906b651255c1bd169f3778 (diff) |
Added ExtBan U to match only Unregistered users
Enhancement requested in Issue #247
Diffstat (limited to 'docs/conf/inspircd.helpop-full.example')
-rw-r--r-- | docs/conf/inspircd.helpop-full.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf/inspircd.helpop-full.example b/docs/conf/inspircd.helpop-full.example index 9c4ae0b92..c4936eea6 100644 --- a/docs/conf/inspircd.helpop-full.example +++ b/docs/conf/inspircd.helpop-full.example @@ -1050,6 +1050,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. |