X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/fbe898f7441e5dbdf03a02f0e057642eed8ae9d3..4aa86bbb5cab8eb6a672bdff71964669450da021:/bot.py diff --git a/bot.py b/bot.py index 681400f..73115a8 100644 --- 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] == ":":