mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-06 11:33:39 -05:00
Relay nicks should still work when the bot isn't in the channel on a network.
This commit is contained in:
parent
591e66664d
commit
d7275d75d3
@ -200,9 +200,8 @@ class Relay(callbacks.Privmsg):
|
|||||||
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, network)
|
users.append('(not in %s on %s)' % (channel, network))
|
||||||
irc.error(s)
|
continue
|
||||||
return
|
|
||||||
numUsers = 0
|
numUsers = 0
|
||||||
for s in Channel.users:
|
for s in Channel.users:
|
||||||
s = s.strip()
|
s = s.strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user