mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Missing a return.
This commit is contained in:
parent
474e611feb
commit
d97698d315
@ -504,6 +504,7 @@ class Irc(object):
|
||||
if not m:
|
||||
debugmsg = 'inFilter %s returned None' % callback.name()
|
||||
debug.msg(debugmsg)
|
||||
return
|
||||
msg = m
|
||||
except:
|
||||
debug.recoverableException()
|
||||
|
Loading…
Reference in New Issue
Block a user