home · contact · privacy
Fix logging bug.
[plomlombot-irc.git] / plomlombot.py
index 0012baffd9a94ced7e54a09073fa606466bc8064..35d3c2fbded5a454f974df98ac24dcec362a8ed0 100755 (executable)
@@ -74,8 +74,8 @@ class Log:
         identity = ""
         separator = " > "
         if sent:
-            separator = " "
-            line = Line(line)
+            separator = " "
+            line = Line("< " + line)
             line.sender = self.nickname
             identity = self.username + "@localhost"
         else: