From 8180ffb82699488ddea82420bb1a3bb01e6d64ee Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Mon, 14 Jul 2014 23:00:10 +0200 Subject: [PATCH] [BUGFIX] Holy shit, do not quit on privmsg >.< --- fdskun.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fdskun.py b/fdskun.py index 98d28cb..2c7abbd 100644 --- a/fdskun.py +++ b/fdskun.py @@ -34,7 +34,6 @@ class MonitorBot(irc.IRCClient): def privmsg(self, user, channel, msg): """This will get called when the bot receives a message.""" - self.quit() pass class MonitorBotFactory(protocol.ClientFactory):