mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
plugins/Misc: Give proper help when listing a plugin with no commands.
This commit is contained in:
parent
7bfc9cbdd3
commit
726679d6e4
@ -136,8 +136,9 @@ class Misc(callbacks.Plugin):
|
||||
'This probably means that it has some '
|
||||
'configuration variables that can be '
|
||||
'changed in order to modify its behavior. '
|
||||
'Try "config list %s" to see what '
|
||||
'configuration variables it has.', cb.name()))
|
||||
'Try "config list supybot.plugins.%s" to see '
|
||||
'what configuration variables it has.',
|
||||
cb.name()))
|
||||
list = wrap(list, [getopts({'private':''}), additional('plugin')])
|
||||
|
||||
def apropos(self, irc, msg, args, s):
|
||||
|
Loading…
Reference in New Issue
Block a user