mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Merge pull request #1407 from genius3000/master+update_helpop_extbans
Helpop Updates
This commit is contained in:
commit
9e67bbcf94
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user