mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-29 10:56:57 +01:00
Tell the users to use the list command if they use the help command without any arguments. Closes GH-516.
This commit is contained in:
parent
25dc7e092e
commit
2b12a33d82
@ -278,6 +278,9 @@ class Misc(callbacks.Plugin):
|
|||||||
|
|
||||||
This command gives a useful description of what <command> does.
|
This command gives a useful description of what <command> does.
|
||||||
<plugin> is only necessary if the command is in more than one plugin.
|
<plugin> 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)
|
command = map(callbacks.canonicalName, command)
|
||||||
(maxL, cbs) = irc.findCallbacksForArgs(command)
|
(maxL, cbs) = irc.findCallbacksForArgs(command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user