From 050a1530c342f3ac5bfcd0ec8b37ab37626ad75d Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Mon, 8 Feb 2010 22:31:43 -0600 Subject: Removed spaces around nicks --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logbot.py b/logbot.py index 1378ac1..f115b2e 100644 --- a/logbot.py +++ b/logbot.py @@ -171,7 +171,7 @@ class LogBot(object): """ nick = event.source().split("!")[0] self.write(event.target(), - "< %s > %s" % \ + "<%s> %s" % \ (nick, event.arguments()[0])) def handlePart(self, connection, event): -- cgit v1.2.3-54-g00ecf