mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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))
|
(command, simplehelp))
|
||||||
else:
|
else:
|
||||||
irc.error(msg, 'That command has no help at all.')
|
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):
|
def bug(self, irc, msg, args):
|
||||||
"""<description>
|
"""<description>
|
||||||
|
Loading…
Reference in New Issue
Block a user