diff --git a/plugins/Relay.py b/plugins/Relay.py index 02754dee0..46d2b75fc 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -301,7 +301,7 @@ class Relay(callbacks.Privmsg, plugins.Configurable): try: Channel = otherIrc.state.channels[channel] except KeyError: - s = 'Somehow I\'m not in %s on %s.'%(channel,abbreviation)) + s = 'Somehow I\'m not in %s on %s.'% (channel,abbreviation) irc.error(msg, s) return for s in Channel.users: