fix/config #17

Merged
Georg merged 2 commits from fix/config into redis 2021-09-07 16:33:01 +02:00
Showing only changes of commit 7df5fb405c - Show all commits

View File

@ -401,7 +401,7 @@ class SnoParser(callbacks.Plugin):
irc.queueMsg(msg=ircmsgs.IrcMsg(command='NOTICE',
args=(channel, repl)))
# what sort of exception does one raise
except :
except:
pass