mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Put a note in the help for config about leaving off the supybot..
This commit is contained in:
parent
3566d941a2
commit
bdbcd9562c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user