[BUGFIX] Holy shit, do not quit on privmsg >.<

This commit is contained in:
Jan Philipp Timme 2014-07-14 23:00:10 +02:00
parent 5be9cd4eb9
commit 8180ffb826
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class MonitorBot(irc.IRCClient):
def privmsg(self, user, channel, msg): def privmsg(self, user, channel, msg):
"""This will get called when the bot receives a message.""" """This will get called when the bot receives a message."""
self.quit()
pass pass
class MonitorBotFactory(protocol.ClientFactory): class MonitorBotFactory(protocol.ClientFactory):