From d39846ae68ab7ac5098fc802c3387cfe02a26c7f Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 29 Jul 2008 22:44:11 +0000 Subject: [PATCH] Add a pointer to importantPlugins config var in defaultplugin's help. --- plugins/Owner/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Owner/plugin.py b/plugins/Owner/plugin.py index cd0b0b2cf..3a4d82765 100644 --- a/plugins/Owner/plugin.py +++ b/plugins/Owner/plugin.py @@ -301,7 +301,8 @@ class Owner(callbacks.Plugin): Sets the default plugin for to . If --remove is given, removes the current default plugin for . If no plugin - is given, returns the current default plugin set for . + is given, returns the current default plugin set for . See + also, supybot.commands.defaultPlugins.importantPlugins. """ remove = False for (option, arg) in optlist: