RelayLink: bugfix

This commit is contained in:
GLolol 2014-12-21 22:39:46 -05:00
parent dd0493ddb2
commit 48692e94e8

View File

@ -352,7 +352,7 @@ class RelayLink(callbacks.Plugin):
relay.targetNetwork) relay.targetNetwork)
elif irc.isChannel(relay.targetChannel) and \ elif irc.isChannel(relay.targetChannel) and \
relay.targetChannel not in relay.targetIRC.state.channels: relay.targetChannel not in relay.targetIRC.state.channels:
self.log.debug('RelayLink: I\'m not in %s on %s'. self.log.debug('RelayLink: I\'m not in %s on %s.',
relay.targetChannel, relay.targetNetwork) relay.targetChannel, relay.targetNetwork)
else: else:
if isPrivmsg or \ if isPrivmsg or \