Config: Document network-specific variables in @list output

This commit is contained in:
Valentin Lorentz 2021-03-26 20:47:55 +01:00
parent 41c5589bea
commit a003eff7a5

View File

@ -188,6 +188,7 @@ class Config(callbacks.Plugin):
preceded by an '@' sign. If a variable is a 'ChannelValue', that is, preceded by an '@' sign. If a variable is a 'ChannelValue', that is,
it can be separately configured for each channel using the 'channel' it can be separately configured for each channel using the 'channel'
command in this plugin, it is preceded by an '#' sign. 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) L = self._list(irc, group)
if L: if L: