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

Tell us what target has a delay for 439 ERR_TARGETTOOFAST

This commit is contained in:
Dionysus 2023-06-18 18:12:37 -04:00
parent 3533261c36
commit 2289128c18
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -403,7 +403,7 @@ class probe:
seconds = args[10] seconds = args[10]
if seconds.isdigit(): if seconds.isdigit():
self.jthrottle = throttle.seconds if int(seconds) > throttle.seconds else int(seconds) self.jthrottle = throttle.seconds if int(seconds) > throttle.seconds else int(seconds)
error(self.display + '\033[31merror\033[0m - delay found', msg) error(self.display + '\033[31merror\033[0m - delay found for ' + target, msg)
elif event == '465' and len(args) >= 5: # ERR_YOUREBANNEDCREEP elif event == '465' and len(args) >= 5: # ERR_YOUREBANNEDCREEP
check = [check for check in bad.error if check in line.lower()] check = [check for check in bad.error if check in line.lower()]
if check: if check: