IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit a7c9c57a5c31be095d475e2fa46bfe2b3cf6e58c
parent 1f73cc654217e9b5531d3d73a2f0f68cc51f3eb3 Author: acidvegas <acid.vegas@acid.vegas> Date: Wed, 31 May 2023 01:00:49 -0400 Forgot to uncomment 'proxy' in snapshot Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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 |