mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Helpop: Move extban 'U' from acting to matching
This commit is contained in:
parent
2a6b5f45da
commit
8587df2a31
@ -1063,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:
|
||||
|
||||
@ -1086,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,
|
||||
|
@ -293,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:
|
||||
|
||||
@ -316,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