mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +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:
|
if '--old' in args:
|
||||||
while '--old' in args:
|
while '--old' in args:
|
||||||
args.remove('--old')
|
args.remove('--old')
|
||||||
self._oldnotes(irc, msg, args)
|
return self._oldnotes(irc, msg, args)
|
||||||
try:
|
try:
|
||||||
id = ircdb.users.getUserId(msg.prefix)
|
id = ircdb.users.getUserId(msg.prefix)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user