mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +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>]
|
"""<name> [<value>]
|
||||||
|
|
||||||
If <value> is given, sets the value of <name> to <value>. Otherwise,
|
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:
|
if len(args) >= 2:
|
||||||
self._set(irc, msg, args)
|
self._set(irc, msg, args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user