summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluk3yx <luk3yx@users.noreply.github.com>2022-05-12 17:15:07 +1200
committerluk3yx <luk3yx@users.noreply.github.com>2022-05-12 17:15:07 +1200
commit4bd238e178a4a51eadc6711915f31455e8ca5909 (patch)
tree9194323f63368b9e0d2857519913dd7e536525fc
parent4b3316b88bd2f11c4d861b3da340540217b43fef (diff)
downloadminiirc_idc-4bd238e178a4a51eadc6711915f31455e8ca5909.tar.gz
miniirc_idc-4bd238e178a4a51eadc6711915f31455e8ca5909.zip
Fix PONGs
-rwxr-xr-xidc_irc_proxy.py2
1 files changed, 1 insertions, 1 deletions
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: