summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-02-08 22:31:43 -0600
committerChris Oliver <excid3@gmail.com>2010-02-08 22:31:43 -0600
commit050a1530c342f3ac5bfcd0ec8b37ab37626ad75d (patch)
treefabe5e205b9da926ecac9bd97287209934b21683
parent05faa26fc6d99ba0eaddde10dd2a8d6eca19b62f (diff)
downloadlogbot-050a1530c342f3ac5bfcd0ec8b37ab37626ad75d.tar.xz
Removed spaces around nicks
-rw-r--r--logbot.py2
1 files changed, 1 insertions, 1 deletions
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(),
- "<span class=\"person\">&lt; %s &gt;</span> %s" % \
+ "<span class=\"person\">&lt;%s&gt;</span> %s" % \
(nick, event.arguments()[0]))
def handlePart(self, connection, event):