Parcourir la source

* Ported [2434] to 1.2.9

svn: 2591
Bryan Drewery il y a 20 ans
Parent
commit
8587d6a918
2 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 1 0
      doc/UPDATES
  2. 4 4
      misc/help.txt

+ 1 - 0
doc/UPDATES

@@ -22,6 +22,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 * Fixed 2 socket leaks in the dns/socket code. (#167)
 * Fixed 2 socket leaks in the dns/socket code. (#167)
 * Fixed cmd_[bot]set showing an invalid example for using '-YES'
 * Fixed cmd_[bot]set showing an invalid example for using '-YES'
 * Fixed a mem leak on bot unlinks.
 * Fixed a mem leak on bot unlinks.
+* Fixed an error with msg-* displaying as msg* in 'help set'. (seinfeld)
 
 
 1.2.8
 1.2.8
 * Fixed [bot]* cmds depending on case of botnicks.
 * Fixed [bot]* cmds depending on case of botnicks.

+ 4 - 4
misc/help.txt

@@ -1531,10 +1531,10 @@ See also: reload, backup
                            punishments.
                            punishments.
  
  
   *  Msg cmd vars may be left blank to disable usage of cmd.
   *  Msg cmd vars may be left blank to disable usage of cmd.
-[S]  $bmsgop$b           Defines the cmd for opping via msging the bot.
-[S]  $bmsgpass$b         Defines the cmd for setting a pass via msging the bot.
-[S]  $bmsginvite$b       Defines the cmd for requesting invite via msging the bot.
-[S]  $bmsgident$b        Defines the cmd for identing via msging the bot.
+[S]  $bmsg-op$b          Defines the cmd for opping via msging the bot.
+[S]  $bmsg-pass$b        Defines the cmd for setting a pass via msging the bot.
+[S]  $bmsg-invite$b      Defines the cmd for requesting invite via msging the bot.
+[S]  $bmsg-ident$b       Defines the cmd for identing via msging the bot.
  
  
 [N]  $bfork-interval$b   Number of seconds in between each fork() call made by the bot. 
 [N]  $bfork-interval$b   Number of seconds in between each fork() call made by the bot. 
                           (Resets PID/CPU)
                           (Resets PID/CPU)