diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-08-13 01:08:35 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-08-13 01:08:35 -0700 |
commit | 388e4ff40931dda5870ddef149e54bdcc6c5a711 (patch) | |
tree | 681df373af0c37d1c356abeb31ed81fa7d62da21 /docs/conf/inspircd.helpop-full.example | |
parent | 46d3b5e9fc806924c1025b273c9138d452f659f7 (diff) | |
parent | 61429d9c680188abd63e629d72fbc09e7e5cfc38 (diff) |
Merge pull request #251 from Shawn-Smith/insp20+extbanU
[2.0] Add ExtBan U to match only unregistered users
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 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. |