From: Attila Molnar Date: Sat, 29 Nov 2014 15:40:33 +0000 (+0100) Subject: Fix a couple of helpop issues X-Git-Tag: v2.0.23~99 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=fc7bd73cf5e7f609d497e2166657f77a0bac7d41;p=user%2Fhenk%2Fcode%2Finspircd.git Fix a couple of helpop issues Fixes issue #949 reported by @webczat --- diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 0d8a72761..f86eb2394 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -112,7 +112,7 @@ a message stating they were removed from the channel and by whom."> This behaves identically to /REMOVE, the only difference is that the and parameters are switched around to match /KICK's -syntax. Also, /REMOVE is a builtin mIRC command which caused trouble +syntax. Also, /REMOVE is a built-in mIRC command which caused trouble for some users."> ------------- OPERMOTD CHECK CLONES USERIP TLINE -ALLTIME WALLOPS GLOBOPS +ALLTIME WALLOPS GLOBOPS MODENOTICE SETHOST SETIDENT CHGHOST CHGIDENT CHGNAME SETIDLE SWHOIS @@ -732,7 +732,7 @@ The duration may be specified in seconds, or in the format Closes all unregistered connections to the local server."> + + ###################### # User/Channel Modes # ###################### @@ -884,6 +890,10 @@ Closes all unregistered connections to the local server."> 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). @@ -893,7 +903,7 @@ Closes all unregistered connections to the local server."> 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). 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).