r107815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107814‎ | r107815 | r107816 >
Date:10:43, 2 January 2012
Author:petrb
Status:deferred
Tags:
Comment:
Fixed a color formatting so that it doesn't cause troubles on broken irc client
Modified paths:
  • /trunk/tools/wmib/Core.cs (modified) (history)

Diff [purge]

Index: trunk/tools/wmib/Core.cs
@@ -375,7 +375,7 @@
376376 string users_ok = "";
377377 foreach (user b in Users)
378378 {
379 - users_ok += " " + b.name + " (2" + b.level + "1)" + ",";
 379+ users_ok += " " + b.name + " (2" + b.level + ")" + ",";
380380 }
381381 Message("I trust: " + users_ok, _Channel);
382382 }

Status & tagging log