summaryrefslogtreecommitdiff
path: root/logbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'logbot.py')
-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):