IRCP

- information gathering tool for irc servers
git clone git://git.acid.vegas/IRCP.git
Log | Files | Refs | Archive | README | LICENSE

commit 330e69db12b358ee2815bd55cf7ba68703e05581
parent 50eb3cfce12bc8fa0925d9606ef1ba9f817ffa1b
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 27 May 2023 19:18:37 -0400

Do not need to import socket anymore now that we are using asyncio

Diffstat:
Mircp.py | 1-

1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ircp.py b/ircp.py
@@ -6,7 +6,6 @@ import copy
 import json
 import os
 import random
-import socket
 import ssl
 import sys
 import time