1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Fixed formatting

This commit is contained in:
Dionysus 2023-05-30 18:51:09 -04:00
parent 97db7a403a
commit 4bc69c9650
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

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