From caa5aa3d8433a848fdda3b8c1da57d1b13ef6084 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 19 Dec 2021 21:11:26 +0100 Subject: [PATCH] Config: Replace inconsistent terminology --- plugins/Config/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Config/plugin.py b/plugins/Config/plugin.py index f6b3d4ce2..64a95b17f 100644 --- a/plugins/Config/plugin.py +++ b/plugins/Config/plugin.py @@ -186,10 +186,10 @@ class Config(callbacks.Plugin): Returns the configuration variables available under the given configuration . If a variable has values under it, it is - preceded by an '@' sign. If a variable is a 'ChannelValue', that is, + preceded by an '@' sign. If a variable is channel-specific, 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. + And if a variable is a network-specific, it is preceded by a ':' sign. """ L = self._list(irc, group) if L: