Not finding appropriate commands is a reply, not an error. That's what apropos is for.

This commit is contained in:
Jeremy Fincher 2004-08-10 07:51:14 +00:00
parent ad0ffd2752
commit f8207cf116

View File

@ -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>