mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01: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:
|
||||
Channel = otherIrc.state.channels[channel]
|
||||
except KeyError:
|
||||
s = 'Somehow I\'m not in %s on %s.'% (channel, network)
|
||||
irc.error(s)
|
||||
return
|
||||
users.append('(not in %s on %s)' % (channel, network))
|
||||
continue
|
||||
numUsers = 0
|
||||
for s in Channel.users:
|
||||
s = s.strip()
|
||||
|
Loading…
Reference in New Issue
Block a user