empty space

This commit is contained in:
Pratyush Desai 2021-09-05 23:36:29 +05:30
parent e5325a48ba
commit 7df5fb405c
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

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