Put a note in the help for config about leaving off the supybot..

This commit is contained in:
Jeremy Fincher 2004-02-16 04:07:45 +00:00
parent 3566d941a2
commit bdbcd9562c
1 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,8 @@ class Config(callbacks.Privmsg):
"""<name> [<value>]
If <value> is given, sets the value of <name> to <value>. Otherwise,
returns the current value of <name>.
returns the current value of <name>. You may omit the leading
"supybot." in the name if you so choose.
"""
if len(args) >= 2:
self._set(irc, msg, args)