From 2b12a33d82020f0447ccb7b5166d3916930e57a6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 10 Nov 2013 11:27:42 +0100 Subject: [PATCH] Tell the users to use the list command if they use the help command without any arguments. Closes GH-516. --- plugins/Misc/plugin.py | 3 +++ 1 file changed, 3 insertions(+) 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)