mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Forgot to handle the case where there wasn't any command in morehelp.
This commit is contained in:
parent
47ea9b809f
commit
00418143dc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user