mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-04 08:34:11 +01:00
Relay: Clarify the doc of Relay.channels.joinOnAllNetworks. Closes GH-1133.
This commit is contained in:
parent
1567bc2533
commit
1bdb9e38e3
@ -77,8 +77,8 @@ conf.registerGlobalValue(Relay, 'channels',
|
|||||||
will relay in.""")))
|
will relay in.""")))
|
||||||
conf.registerChannelValue(Relay.channels, 'joinOnAllNetworks',
|
conf.registerChannelValue(Relay.channels, 'joinOnAllNetworks',
|
||||||
registry.Boolean(False, _("""Determines whether the bot
|
registry.Boolean(False, _("""Determines whether the bot
|
||||||
will always join the channel(s) it relays for on all networks the bot is
|
will always join the channel(s) it relays when connecting to any network.
|
||||||
connected to.""")))
|
""")))
|
||||||
conf.registerChannelValue(Relay, 'ignores',
|
conf.registerChannelValue(Relay, 'ignores',
|
||||||
Ignores([], _("""Determines what hostmasks will not be relayed on a
|
Ignores([], _("""Determines what hostmasks will not be relayed on a
|
||||||
channel.""")))
|
channel.""")))
|
||||||
|
Loading…
Reference in New Issue
Block a user