Add a pointer to importantPlugins config var in defaultplugin's help.

This commit is contained in:
James Vega 2008-07-29 22:44:11 +00:00
parent 9f3bc9d355
commit d39846ae68

View File

@ -301,7 +301,8 @@ class Owner(callbacks.Plugin):
Sets the default plugin for <command> to <plugin>. If --remove is
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
for (option, arg) in optlist: