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)