diff options
author | Peter Powell <petpow@saberuk.com> | 2018-02-12 10:41:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 10:41:03 +0000 |
commit | fc4a935e25fa4e20695da389be70b55f619fe9b0 (patch) | |
tree | 5a254b7569e0b37bc142fdcb824261572a5bfe28 /docs | |
parent | 758cf504f1b049c5a1b33f7f774042c5e3efaea5 (diff) | |
parent | f58ac460e63c83a01b6c889eb85329624f5ecc0f (diff) |
Merge pull request #1460 from genius3000/insp20+helpop_fix
[2.0]: Helpop: Move extban 'U' from acting to matching
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 4 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index ed82c6e02..910689dfa 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -1051,6 +1051,8 @@ Matching extbans: an invite exception (requires operchans module). R:<account> Matches users logged into a matching account (requires services account module). + U:<banmask> Matches unregistered users matching the given banmask. + (requires services account module). Acting extbans: @@ -1074,8 +1076,6 @@ Acting extbans: users (requires stripcolor module). T:<banmask> Blocks notices from matching users (requires nonotice module). - U:<banmask> Blocks unregistered users matching the given banmask. - (requires services account). A ban given to an Acting extban may either be a nick!user@host mask (unless stated otherwise), matched against users as for a normal ban, diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index b4d3214f6..430b3ffd7 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -288,6 +288,8 @@ Matching extbans: an invite exception (requires operchans module). R:<account> Matches users logged into a matching account (requires services account module). + U:<banmask> Matches unregistered users matching the given banmask. + (requires services account module). Acting extbans: @@ -311,8 +313,6 @@ Acting extbans: users (requires stripcolor module). T:<banmask> Blocks notices from matching users (requires nonotice module). - U:<banmask> Blocks unregistered users matching the given banmask. - (requires services account). A ban given to an Acting extban may either be a nick!user@host mask (unless stated otherwise), matched against users as for a normal ban, |