From e863999e163a30428c9ecef5207f07d667d54602 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 24 Feb 2005 04:25:28 +0000 Subject: [PATCH] Accidentally changed this from an error to a reply when refactoring. --- plugins/Misc/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index d2c53f9fa..90479d42a 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -179,7 +179,7 @@ class Misc(callbacks.Plugin): assert cbs, 'Odd, maxL == command, but no cbs.' irc.reply(cbs[0].getCommandHelp(command)) else: - irc.reply(format('There is no command %q.', + irc.error(format('There is no command %q.', callbacks.formatCommand(command))) help = wrap(help, [many('something')])