]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix a couple of helpop issues
authorAttila Molnar <attilamolnar@hush.com>
Sat, 29 Nov 2014 15:40:33 +0000 (16:40 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Sat, 29 Nov 2014 15:40:33 +0000 (16:40 +0100)
Fixes issue #949 reported by @webczat

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

index 0d8a72761a4ca7a6003424d5c396057421eb041a..f86eb23946b28b123eff2a33818c9d65046f4e7f 100644 (file)
@@ -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
 <channel> and <nick> 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.">
 
 <helpop key="devoice" value="/DEVOICE <channel>
@@ -380,7 +380,7 @@ Sets your name to the specified name.">
 -------------
 
 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
 
 <helpop key="eline" value="/ELINE <user@host> [<duration> :<reason>]
 
-Sets or removes a e-line (local ban exception) on host mask.
+Sets or removes a e-line (global ban exception) on host mask.
 You must specify at least 3 parameters to add an exception, and one
 parameter to remove an exception (just the user@host section).
 
@@ -768,6 +768,12 @@ server is specified, the local server's DNS cache will be cleared.">
 
 Closes all unregistered connections to the local server.">
 
+<helpop key="modenotice" value="/MODENOTICE <modeletters> <message>
+
+Sends a notice to all users who have the given mode(s) set.
+If multiple mode letters are given, the notice is only sent to users
+who have all of them set.">
+
 ######################
 # 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 <num>:<duration> Displays the last <num> lines of chat to joining
+                    users. <duration> is the maximum time to keep
+                    lines in the history buffer (requires chanhistory
+                    module).
  J <seconds>        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).
index 87e4d42744f90fe7fddf6e4ac9bf06c84186e835..5b92faedacaf94b3f4b14022feb1be411c95cf68 100644 (file)
@@ -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 <num>:<duration> Displays the last <num> lines of chat to joining
+                    users. <duration> is the maximum time to keep
+                    lines in the history buffer (requires chanhistory
+                    module).
  J <seconds>        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).