diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 237bb1513..6439e6242 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -292,7 +292,11 @@ class Misc(callbacks.Plugin): if cHelp: irc.reply(cHelp) else: - irc.error() + irc.reply(_( + "Use the 'list' command to list all plugins, and " + "'list ' to list all commands in a plugin. " + "To show the help of a command, use 'help '. " + )) return command = list(map(callbacks.canonicalName, command)) (maxL, cbs) = irc.findCallbacksForArgs(command)