Oops, SyntaxError.

This commit is contained in:
Jeremy Fincher 2003-11-11 12:11:13 +00:00
parent fdde2759df
commit 225ee0ed6a
1 changed files with 1 additions and 1 deletions

View File

@ -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: