git » msnlib » commit b79737b

Change colors for self rename message.

author Alberto Bertogli
2005-05-12 18:40:09 UTC
committer Alberto Bertogli
2005-05-12 18:40:09 UTC
parent 46e513d512ad8678a459ef7c2c57db181a6a5bf2

Change colors for self rename message.

msn +1 -2

diff --git a/msn b/msn
index d6cd056..d6710d6 100644
--- a/msn
+++ b/msn
@@ -1533,8 +1533,7 @@ def cb_rea(md, type, tid, params):
 			+ 'has been renamed\n'
 		printl(out)
 	else:
-		out = '\r' + c.magenta + c.bold \
-			+ 'Your nick has been changed\n'
+		out = '\r' + c.magenta + 'Your nick has been changed\n'
 		printl(out)
 	msncb.cb_rea(md, type, tid, params)
 m.cb.rea = cb_rea