diff --git a/plugins/Relay.py b/plugins/Relay.py index 0cc4f14ed..8d1b3ede0 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -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()