diff --git a/plugins/Plugin/plugin.py b/plugins/Plugin/plugin.py index 9dddc0abe..994041420 100644 --- a/plugins/Plugin/plugin.py +++ b/plugins/Plugin/plugin.py @@ -86,7 +86,7 @@ class Plugin(callbacks.Plugin): irc.reply(format('The %q command is available in the %L %s.', command, L, plugin)) else: - irc.error('There is no command %q.', command) + irc.error(format('There is no command %q.', command)) plugin = wrap(plugin, [many('something')]) def author(self, irc, msg, args, cb):