From bdbcd9562cc3fa0436a889af70c799034d77b975 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 16 Feb 2004 04:07:45 +0000 Subject: [PATCH] Put a note in the help for config about leaving off the supybot.. --- src/Config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Config.py b/src/Config.py index f6fb5e067..ca7e54c70 100644 --- a/src/Config.py +++ b/src/Config.py @@ -146,7 +146,8 @@ class Config(callbacks.Privmsg): """ [] If is given, sets the value of to . Otherwise, - returns the current value of . + returns the current value of . You may omit the leading + "supybot." in the name if you so choose. """ if len(args) >= 2: self._set(irc, msg, args)