mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Oops, SyntaxError.
This commit is contained in:
parent
fdde2759df
commit
225ee0ed6a
@ -301,7 +301,7 @@ class Relay(callbacks.Privmsg, plugins.Configurable):
|
|||||||
try:
|
try:
|
||||||
Channel = otherIrc.state.channels[channel]
|
Channel = otherIrc.state.channels[channel]
|
||||||
except KeyError:
|
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)
|
irc.error(msg, s)
|
||||||
return
|
return
|
||||||
for s in Channel.users:
|
for s in Channel.users:
|
||||||
|
Loading…
Reference in New Issue
Block a user