From a7c9c57a5c31be095d475e2fa46bfe2b3cf6e58c Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 31 May 2023 01:00:49 -0400 Subject: [PATCH] Forgot to uncomment 'proxy' in snapshot --- ircp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircp.py b/ircp.py index 8c0bc53..3c998f8 100644 --- a/ircp.py +++ b/ircp.py @@ -45,7 +45,7 @@ snapshot = { 'host' : None, 'services' : False, 'ssl' : False, - #'proxy' : False, + 'proxy' : False, 'raw' : [], # all other data goes in here 'CAP' : None, 'KILL' : None, # TODO: currently does not verify it was us being killed