summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: