Config: Replace inconsistent terminology

This commit is contained in:
Valentin Lorentz 2021-12-19 21:11:26 +01:00
parent 3f77c53ed5
commit caa5aa3d84
1 changed files with 2 additions and 2 deletions

View File

@ -186,10 +186,10 @@ class Config(callbacks.Plugin):
Returns the configuration variables available under the given
configuration <group>. 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: