Remove non-existant extban M: from docs

extban M: has not existed since 2d732f4d in 2009...
This commit is contained in:
Renegade334 2015-03-16 19:57:04 +00:00
parent c85a46ff97
commit 7a0e881ffe
3 changed files with 5 additions and 10 deletions

View File

@ -1058,8 +1058,6 @@ Acting extbans:
matching users (requires blockcaps module).
C:<banmask> Blocks CTCPs from matching users (requires noctcp
module).
M:<account> Blocks messages from users logged into a matching
account (requires services account module).
N:<banmask> Blocks nick changes from matching users (requires
nonicks module).
Q:<banmask> Blocks kicks by matching users (requires nokicks
@ -1072,8 +1070,8 @@ Acting extbans:
(requires services account).
A ban given to an Acting extban may either be a nick!user@host mask
(unless stated otherwise, for example M: taking an account name),
matched against users as for a normal ban, or a Matching extban.
(unless stated otherwise), matched against users as for a normal ban,
or a Matching extban.
There is an additional special type of extended ban, a redirect ban:

View File

@ -300,8 +300,6 @@ Acting extbans:
matching users (requires blockcaps module).
C:<banmask> Blocks CTCPs from matching users (requires noctcp
module).
M:<account> Blocks messages from users logged into a matching
account (requires services account module).
N:<banmask> Blocks nick changes from matching users (requires
nonicks module).
Q:<banmask> Blocks kicks by matching users (requires nokicks
@ -314,8 +312,8 @@ Acting extbans:
(requires services account).
A ban given to an Acting extban may either be a nick!user@host mask
(unless stated otherwise, for example M: taking an account name),
matched against users as for a normal ban, or a Matching extban.
(unless stated otherwise), matched against users as for a normal ban,
or a Matching extban.
There is an additional special type of extended ban, a redirect ban:

View File

@ -1613,9 +1613,8 @@
# as identified separately from the idea of a master account, which
# can be useful for services which are heavily nick-as-account centric.
#
# Also of note is that this module implements three extbans:
# Also of note is that this module implements two extbans:
# +b R: (stop matching account names from joining)
# +b M: (stop matching account names from speaking)
# +b U:n!u@h (blocks matching unregistered users)
#
#<module name="m_services_account.so">