diff options
author | Peter Powell <petpow@saberuk.com> | 2017-10-22 15:19:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 15:19:11 +0100 |
commit | 9e67bbcf946c2378595ae62f2874c67fcc11c791 (patch) | |
tree | 8afa042256969912f08e4a58c89a44a6495d014e | |
parent | 7b2a78aa10e037d8d4b56914bc43651f552c0cb3 (diff) | |
parent | 8587df2a31d4503fb1f3c7dadf6efe10ca7c3fd7 (diff) |
Merge pull request #1407 from genius3000/master+update_helpop_extbans
Helpop Updates
-rw-r--r-- | docs/conf/helpop-full.conf.example | 6 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index a1e3c881a..68e7e51ce 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -1051,6 +1051,8 @@ Matching extbans: j:<channel> Matches anyone in the given channel. Does not support wildcards (requires channelban module). + n:<class> Matches users in a matching connect class (requires + classban module). r:<realname> Matches users with a matching realname (requires gecosban module). s:<server> Matches users on a matching server (requires serverban @@ -1061,6 +1063,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: @@ -1084,8 +1088,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 20596e696..295b754d2 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -281,6 +281,8 @@ Matching extbans: j:<channel> Matches anyone in the given channel. Does not support wildcards (requires channelban module). + n:<class> Matches users in a matching connect class (requires + classban module). r:<realname> Matches users with a matching realname (requires gecosban module). s:<server> Matches users on a matching server (requires serverban @@ -291,6 +293,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: @@ -314,8 +318,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, |