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)
elif irc.isChannel(relay.targetChannel) and \
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)
else:
if isPrivmsg or \