From 3f27c03f7700445b6c4510cc9c9f544b2149b88b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 9 Oct 2021 21:08:48 +0200 Subject: [PATCH] LogToIrc: better document the format of the 'target' config var --- plugins/LogToIrc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LogToIrc/config.py b/plugins/LogToIrc/config.py index ee67fefc7..f925110c1 100644 --- a/plugins/LogToIrc/config.py +++ b/plugins/LogToIrc/config.py @@ -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',