don't raise here

This commit is contained in:
Ryan Huber 2014-12-02 18:38:22 -08:00
parent a72778438d
commit 0a83871ddd

View file

@ -51,8 +51,6 @@ class RtmBot(object):
limiter = False
channel.send_message("{}".format(output[1]))
limiter = True
else:
raise UnknownChannel
def crons(self):
for plugin in self.bot_plugins:
plugin.do_jobs()