From 504e93a78d59d51243acbcab6831309805d01fd1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 3 Apr 2016 13:20:05 +0100 Subject: tinkered with some modules and fixed a few bugs, also added the skeleton for the auto_mode.py module. --- IRCServer.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'IRCServer.py') diff --git a/IRCServer.py b/IRCServer.py index 054eb86c..04d0695a 100644 --- a/IRCServer.py +++ b/IRCServer.py @@ -193,6 +193,8 @@ class Server(object): if action: message = message.split("\01ACTION ", 1)[1][:-1] if self.has_channel(target): + print("logging line:") + print("channel: %s" % target) self.get_channel(target).log.add_line(None, message, action, True) else: self.get_user(target).log.add_line(None, message, action, True) -- cgit v1.3.1-10-gc9f91