]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove non-existant extban M: from docs
authorRenegade334 <contact.caaeed4f@renegade334.me.uk>
Mon, 16 Mar 2015 19:57:04 +0000 (19:57 +0000)
committerRenegade334 <contact.caaeed4f@renegade334.me.uk>
Tue, 17 Mar 2015 23:22:54 +0000 (23:22 +0000)
extban M: has not existed since 2d732f4d in 2009...

docs/conf/helpop-full.conf.example
docs/conf/helpop.conf.example
docs/conf/modules.conf.example

index f86eb23946b28b123eff2a33818c9d65046f4e7f..a3529b9dcfd51d6af3e4ac7d4a7c025ce879dde3 100644 (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:
 
index 5b92faedacaf94b3f4b14022feb1be411c95cf68..32884ea16c25ccd6c0b47f4a8ce27b195d3214ca 100644 (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:
 
index 70025260d823f7012d6625f3d49aa90865819be3..71a0fb079b8b58b33c07198987d355abc4f10628 100644 (file)
 # 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">