From 16a7cef1aae7e45625c72d46f09d79d492f4e0e5 Mon Sep 17 00:00:00 2001 From: Celelibi Date: Fri, 19 Jun 2020 05:37:21 +0200 Subject: [PATCH] plugin relay: Rename homeirc to origirc Signed-off-by: Celelibi --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index 8f3d48f..58acf98 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -2061,7 +2061,7 @@ def handle_kill(irc, numeric, command, args): # Then, forward to the home network. hsender = get_relay_server_sid(origirc, irc, spawn_if_missing=False) or \ - homeirc.sid + origirc.sid log.debug('(%s) relay.handle_kill: forwarding kill to %s/%s@%s as ' 'kick on %s', irc.name, realuser[1], target_nick, realuser[0], homechan)