IRCP

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

commit 4bc69c965096e312430ab690cbca4d1e7c8e9247
parent 97db7a403a8a1b2802f3563a42e422f4054bc584
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 30 May 2023 18:51:09 -0400

Fixed formatting

Diffstat:
Mircp.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ircp.py b/ircp.py
@@ -436,7 +436,7 @@ class probe:
 						elif '!' not in args[0]:
 							if 'dronebl.org/lookup' in msg:
 								self.snapshot['proxy'] = True
-								error(self.display + '\033[93mDroneBL detected\033[30m')
+								error(self.display + '\033[93mDroneBL detected\033[0m')
 								raise Exception('DroneBL')
 							else:
 								if [i for i in ('You\'re banned','You are permanently banned','You are banned','You are not welcome') if i in msg]: