mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Not finding appropriate commands is a reply, not an error. That's what apropos is for.
This commit is contained in:
parent
ad0ffd2752
commit
f8207cf116
@ -162,7 +162,7 @@ class Misc(callbacks.Privmsg):
|
||||
L.sort()
|
||||
irc.reply(utils.commaAndify(L))
|
||||
else:
|
||||
irc.error('No appropriate commands were found.')
|
||||
irc.reply('No appropriate commands were found.')
|
||||
|
||||
def help(self, irc, msg, args):
|
||||
"""[<plugin>] <command>
|
||||
|
Loading…
Reference in New Issue
Block a user