git » msnlib » commit 0a5d4ea

Fix how nick changes are shown.

author Alberto Bertogli
2005-05-15 15:01:44 UTC
committer Alberto Bertogli
2005-05-15 15:01:44 UTC
parent b2e4b6cb7194c66cb6baa244a2ce750ac46c6776

Fix how nick changes are shown.

msn +1 -1

diff --git a/msn b/msn
index d6840b4..ffcc616 100644
--- a/msn
+++ b/msn
@@ -1544,7 +1544,7 @@ def cb_rea(md, type, tid, params):
 			+ 'has been renamed to ' + c.bold + nick + '\n'
 		printl(out)
 	else:
-		out = '\r' + c.magenta + 'Your nick has been changed to' \
+		out = '\r' + c.magenta + 'Your nick has been changed to ' \
 			+ c.bold + nick + '\n'
 		printl(out)
 	msncb.cb_rea(md, type, tid, params)