Relay: Clarify the doc of Relay.channels.joinOnAllNetworks. Closes GH-1133.

This commit is contained in:
Valentin Lorentz 2015-07-07 06:59:33 +00:00
parent 1567bc2533
commit 1bdb9e38e3
1 changed files with 2 additions and 2 deletions

View File

@ -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.""")))