From 91ca58bbeafc01b16b6c3c80a9b1ca5e7c6ab7ce Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 18 Jun 2023 01:17:35 -0400 Subject: [PATCH] Removed 'import copy' as we no longer need it --- ircp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ircp.py b/ircp.py index cfc23e6..69034ba 100644 --- 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