]> jfr.im git - erebus.git/blobdiff - bot.py
move responsibility for input logging to the core
[erebus.git] / bot.py
diff --git a/bot.py b/bot.py
index 681400febb9ffbcdd7748516f56541e401508552..73115a8da034c7c3b26d22e0417d4d99ae5ce708 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -99,8 +99,6 @@ class Bot(object):
                        self.conn.send("NICK %s" % (self.permnick))
 
        def parse(self, line):
-               if self.parent.cfg.getboolean('debug', 'io'):
-                       self.log('I', line)
                pieces = line.split()
 
                if pieces[0][0] == ":":