mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Oops, SyntaxError.
This commit is contained in:
parent
fdde2759df
commit
225ee0ed6a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user