mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +01:00
Add a pointer to importantPlugins config var in defaultplugin's help.
This commit is contained in:
parent
9f3bc9d355
commit
d39846ae68
@ -301,7 +301,8 @@ class Owner(callbacks.Plugin):
|
|||||||
|
|
||||||
Sets the default plugin for <command> to <plugin>. If --remove is
|
Sets the default plugin for <command> to <plugin>. If --remove is
|
||||||
given, removes the current default plugin for <command>. If no plugin
|
given, removes the current default plugin for <command>. If no plugin
|
||||||
is given, returns the current default plugin set for <command>.
|
is given, returns the current default plugin set for <command>. See
|
||||||
|
also, supybot.commands.defaultPlugins.importantPlugins.
|
||||||
"""
|
"""
|
||||||
remove = False
|
remove = False
|
||||||
for (option, arg) in optlist:
|
for (option, arg) in optlist:
|
||||||
|
Loading…
Reference in New Issue
Block a user