mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 05:21:10 -05:00
RelayLink: bugfix
This commit is contained in:
parent
dd0493ddb2
commit
48692e94e8
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user