https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115368

Revision: 115368
Author:   petrb
Date:     2012-05-13 15:52:03 +0000 (Sun, 13 May 2012)
Log Message:
-----------
followup r115367

Modified Paths:
--------------
    trunk/tools/wmib/Core.cs

Modified: trunk/tools/wmib/Core.cs
===================================================================
--- trunk/tools/wmib/Core.cs    2012-05-13 15:50:01 UTC (rev 115367)
+++ trunk/tools/wmib/Core.cs    2012-05-13 15:52:03 UTC (rev 115368)
@@ -1260,7 +1260,7 @@
                     showInfo("whoami", "Display your current status in access 
list", channel);
                     return false;
                                case "suppress-on":
-                                       showInfo ("suppress-on", "Disable 
output to channel");
+                                       showInfo ("suppress-on", "Disable 
output to channel", channel);
                                        return false;
                 case "add":
                     showInfo("add", "Insert bot to a specified channel and 
give you admin rights for that", channel);
@@ -1293,7 +1293,7 @@
                     showInfo("RC+", "Create entry for feed of specified page, 
example @RC+ wiki page", channel);
                     return false;
                                case "suppress-off":
-                                       showInfo ("suppress-off", "Enable 
output to channel");
+                                       showInfo ("suppress-off", "Enable 
output to channel", channel);
                                        return false;
             }
             SlowQueue.DeliverMessage("Unknown command type @commands for a 
list of all commands I know", channel);


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to