From 56016de47c3b0051c78c0fd656c10732c4245f1d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 14 Oct 2003 03:06:47 +0000 Subject: [PATCH] Added more information to the load help. --- src/OwnerCommands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/OwnerCommands.py b/src/OwnerCommands.py index cb24c00b5..c6878e75a 100644 --- a/src/OwnerCommands.py +++ b/src/OwnerCommands.py @@ -242,7 +242,9 @@ class OwnerCommands(privmsgs.CapabilityCheckingPrivmsg): def load(self, irc, msg, args): """ - Loads the plugin from the plugins/ directory. + Loads the plugin from any of the directories in + conf.pluginDirs; usually this includes the main installed directory + and 'plugins' in the current directory. """ name = privmsgs.getArgs(args) for cb in irc.callbacks: