Fix error in unhandled hook

How did this not get caught in testing earlier?
This commit is contained in:
nyuszika7h 2015-02-28 18:11:56 +01:00
parent 1cc6d411f8
commit 32d3414bc8

View File

@ -95,7 +95,7 @@ def __unhandled__(cli, prefix, cmd, *args):
if botconfig.DEBUG_MODE:
raise e
else:
notify_error(cli, chan, log)
notify_error(cli, botconfig.CHANNEL, log)
COMMANDS = {}