Missing a return.

This commit is contained in:
Jeremy Fincher 2003-09-24 07:26:22 +00:00
parent 474e611feb
commit d97698d315
1 changed files with 1 additions and 0 deletions

View File

@ -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()