diff options
author | Renegade334 <contact.caaeed4f@renegade334.me.uk> | 2015-03-16 19:57:04 +0000 |
---|---|---|
committer | Renegade334 <contact.caaeed4f@renegade334.me.uk> | 2015-03-17 23:22:54 +0000 |
commit | 7a0e881ffebf2a2dce8e08b8535b2870f675efba (patch) | |
tree | f7cac65232a6e80ac94abdc3062f5163f8cb1b78 /docs | |
parent | c85a46ff97c03b28bfb54578c5ff851f47af8419 (diff) |
Remove non-existant extban M: from docs
extban M: has not existed since 2d732f4d in 2009...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 6 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 6 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
3 files changed, 5 insertions, 10 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index f86eb2394..a3529b9dc 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -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: diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 5b92faeda..32884ea16 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -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: diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 70025260d..71a0fb079 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -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"> |