Forgot to handle the case where there wasn't any command in morehelp.

This commit is contained in:
Jeremy Fincher 2003-09-11 20:18:58 +00:00
parent 47ea9b809f
commit 00418143dc
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ class MiscCommands(callbacks.Privmsg):
(command, simplehelp))
else:
irc.error(msg, 'That command has no help at all.')
else:
irc.error(msg, 'There is no such command %s.' % command)
def bug(self, irc, msg, args):
"""<description>