mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +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()
|
L.sort()
|
||||||
irc.reply(utils.commaAndify(L))
|
irc.reply(utils.commaAndify(L))
|
||||||
else:
|
else:
|
||||||
irc.error('No appropriate commands were found.')
|
irc.reply('No appropriate commands were found.')
|
||||||
|
|
||||||
def help(self, irc, msg, args):
|
def help(self, irc, msg, args):
|
||||||
"""[<plugin>] <command>
|
"""[<plugin>] <command>
|
||||||
|
Loading…
Reference in New Issue
Block a user