From 1bdb9e38e361635d38fb07242b0657a58ae6d4ef Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 7 Jul 2015 06:59:33 +0000 Subject: [PATCH] Relay: Clarify the doc of Relay.channels.joinOnAllNetworks. Closes GH-1133. --- plugins/Relay/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Relay/config.py b/plugins/Relay/config.py index 70ed09838..a32d8ae9d 100644 --- a/plugins/Relay/config.py +++ b/plugins/Relay/config.py @@ -77,8 +77,8 @@ conf.registerGlobalValue(Relay, 'channels', will relay in."""))) conf.registerChannelValue(Relay.channels, 'joinOnAllNetworks', registry.Boolean(False, _("""Determines whether the bot - will always join the channel(s) it relays for on all networks the bot is - connected to."""))) + will always join the channel(s) it relays when connecting to any network. + """))) conf.registerChannelValue(Relay, 'ignores', Ignores([], _("""Determines what hostmasks will not be relayed on a channel.""")))