From 00418143dc4fcce6d2f3f43df635bc9197c1d7e1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 11 Sep 2003 20:18:58 +0000 Subject: [PATCH] Forgot to handle the case where there wasn't any command in morehelp. --- src/MiscCommands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MiscCommands.py b/src/MiscCommands.py index 28136dfab..310ade787 100755 --- a/src/MiscCommands.py +++ b/src/MiscCommands.py @@ -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): """