From a003eff7a5a524392a0fa25924ba995cef7601d6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 26 Mar 2021 20:47:55 +0100 Subject: [PATCH] Config: Document network-specific variables in @list output --- plugins/Config/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Config/plugin.py b/plugins/Config/plugin.py index c2b376363..59a2782d9 100644 --- a/plugins/Config/plugin.py +++ b/plugins/Config/plugin.py @@ -188,6 +188,7 @@ class Config(callbacks.Plugin): preceded by an '@' sign. If a variable is a 'ChannelValue', that is, it can be separately configured for each channel using the 'channel' command in this plugin, it is preceded by an '#' sign. + And if a variable is a 'NetworkValue', it is preceded by a ':' sign. """ L = self._list(irc, group) if L: