diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 9ca4b0cdc..259e618f1 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -278,6 +278,9 @@ class Misc(callbacks.Plugin): This command gives a useful description of what does. is only necessary if the command is in more than one plugin. + + You may also want to use the 'list' command to list all available + plugins and commands. """ command = map(callbacks.canonicalName, command) (maxL, cbs) = irc.findCallbacksForArgs(command)