From fc7bd73cf5e7f609d497e2166657f77a0bac7d41 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 29 Nov 2014 16:40:33 +0100 Subject: Fix a couple of helpop issues Fixes issue #949 reported by @webczat --- docs/conf/helpop.conf.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/conf/helpop.conf.example') diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 87e4d4274..5b92faeda 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -50,7 +50,7 @@ OPER"> ------------- OPERMOTD CHECK CLONES USERIP TLINE -ALLTIME WALLOPS GLOBOPS +ALLTIME WALLOPS GLOBOPS MODENOTICE SETHOST SETIDENT CHGHOST CHGIDENT CHGNAME SETIDLE SWHOIS @@ -183,6 +183,10 @@ LOCKSERV UNLOCKSERV"> specified rate (requires nickflood module). G Censors messages to the channel based on the network configuration (requires censor module). + H : Displays the last lines of chat to joining + users. is the maximum time to keep + lines in the history buffer (requires chanhistory + module). J Prevents rejoin after kick for the specified number of seconds. This prevents auto-rejoin (requires kicknorejoin module). @@ -192,7 +196,7 @@ LOCKSERV UNLOCKSERV"> module). M Blocks unregistered users from speaking (requires services account module). - N Prevents users on the channel from chainging nick + N Prevents users on the channel from changing nick (requires nonicks module). O Channel is IRCops only (can only be set by IRCops, requires operchans module). -- cgit v1.2.3 From 7a0e881ffebf2a2dce8e08b8535b2870f675efba Mon Sep 17 00:00:00 2001 From: Renegade334 Date: Mon, 16 Mar 2015 19:57:04 +0000 Subject: Remove non-existant extban M: from docs extban M: has not existed since 2d732f4d in 2009... --- docs/conf/helpop-full.conf.example | 6 ++---- docs/conf/helpop.conf.example | 6 ++---- docs/conf/modules.conf.example | 3 +-- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'docs/conf/helpop.conf.example') 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: Blocks CTCPs from matching users (requires noctcp module). - M: Blocks messages from users logged into a matching - account (requires services account module). N: Blocks nick changes from matching users (requires nonicks module). Q: 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: Blocks CTCPs from matching users (requires noctcp module). - M: Blocks messages from users logged into a matching - account (requires services account module). N: Blocks nick changes from matching users (requires nonicks module). Q: 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) # # -- cgit v1.2.3