mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01: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."""),
|
||||
opSettable=False)
|
||||
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
|
||||
turned off."""))
|
||||
conf.registerGlobalValue(conf.supybot.plugins.LogToIrc, 'networks',
|
||||
|
Loading…
Reference in New Issue
Block a user