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')])