summaryrefslogtreecommitdiff
path: root/idc_irc_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'idc_irc_proxy.py')
-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: