From 4bd238e178a4a51eadc6711915f31455e8ca5909 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 12 May 2022 17:15:07 +1200 Subject: Fix PONGs --- idc_irc_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idc_irc_proxy.py b/idc_irc_proxy.py index dab6380..5068f8c 100755 --- a/idc_irc_proxy.py +++ b/idc_irc_proxy.py @@ -85,7 +85,7 @@ class Proxy: # Translate proxied pings back if not args or not args[-1].startswith('proxy:'): return - args = [args[-1][6:]] + args = [args[0], args[-1][6:]] # Send the command to the client try: -- cgit v1.2.3