From 201fb0acc2d2155fb31a05d76c90f4a58bce8f05 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Sun, 18 Apr 2004 08:00:29 +0000 Subject: [PATCH] Usability enhancement: Added a note in the callbacks.Privmsg docstring which points people to getting the config values of a plugin. --- src/callbacks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/callbacks.py b/src/callbacks.py index 733bb7312..a81f12535 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -709,10 +709,11 @@ class Privmsg(irclib.IrcCallback): docstring = """ [ ...] Command dispatcher for the %s plugin. Use 'list %s' to see the - commands provided by this plugin. In most cases this dispatcher + commands provided by this plugin. Use 'config list plugins.%s' to see + the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command - to use.""" % (myName, myName) + to use.""" % (myName, myName, myName) def dispatcher(self, irc, msg, args): def handleBadArgs(): if self._original: