From 225ee0ed6a068358fb8dbb121b6427e2dfa7deb9 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 11 Nov 2003 12:11:13 +0000 Subject: [PATCH] Oops, SyntaxError. --- plugins/Relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: