IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 91ca58bbeafc01b16b6c3c80a9b1ca5e7c6ab7ce
parent ede626b5ebfc324f59db15a164a1f01d46fca76f Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 18 Jun 2023 01:17:35 -0400 Removed 'import copy' as we no longer need it Diffstat:
|
1 file changed, 0 insertions(+), 1 deletion(-) |
diff --git a/ircp.py b/ircp.py @@ -2,7 +2,6 @@ # internet relay chat probe for https://internetrelaychat.org/ - developed by acidvegas in python (https://git.acid.vegas/ircp) import asyncio -import copy import json import os import random |