[BUGFIX] Holy shit, do not quit on privmsg >.<
This commit is contained in:
parent
5be9cd4eb9
commit
8180ffb826
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue