Need a return after the dispatch to _oldnotes.

This commit is contained in:
Jeremy Fincher 2003-11-11 17:09:45 +00:00
parent d60df81a40
commit e828c3350e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Note(callbacks.Privmsg):
if '--old' in args:
while '--old' in args:
args.remove('--old')
self._oldnotes(irc, msg, args)
return self._oldnotes(irc, msg, args)
try:
id = ircdb.users.getUserId(msg.prefix)
except KeyError: