mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Need a return after the dispatch to _oldnotes.
This commit is contained in:
parent
d60df81a40
commit
e828c3350e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user