mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 21:11:12 -05:00
LogToIrc: better document the format of the 'target' config var
This commit is contained in:
parent
163e717bf0
commit
3f27c03f77
@ -62,7 +62,7 @@ conf.registerChannelValue(conf.supybot.plugins.LogToIrc, 'level',
|
|||||||
values. DEBUG is disabled due to the large quantity of output."""),
|
values. DEBUG is disabled due to the large quantity of output."""),
|
||||||
opSettable=False)
|
opSettable=False)
|
||||||
conf.registerNetworkValue(conf.supybot.plugins.LogToIrc, 'targets',
|
conf.registerNetworkValue(conf.supybot.plugins.LogToIrc, 'targets',
|
||||||
Targets([], """Determines which channels/nicks the bot should
|
Targets([], """Space-separated list of channels/nicks the bot should
|
||||||
log to. If no channels/nicks are set, this plugin will effectively be
|
log to. If no channels/nicks are set, this plugin will effectively be
|
||||||
turned off."""))
|
turned off."""))
|
||||||
conf.registerGlobalValue(conf.supybot.plugins.LogToIrc, 'networks',
|
conf.registerGlobalValue(conf.supybot.plugins.LogToIrc, 'networks',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user