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

Renamed chan to target

This commit is contained in:
Dionysus 2023-06-18 13:45:41 -04:00
parent d8901ca1ca
commit ce94dfe634
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -391,9 +391,9 @@ class probe:
target = args[3]
msg = ' '.join(args[4:])[1:]
if target[:1] in ('#','&'):
self.channels['all'].append(chan)
self.channels['all'].append(target)
else:
self.nicks['check'].append(nick)
self.nicks['check'].append(target)
if 'Target change too fast' in msg and len(args) >= 11:
seconds = args[10]
if seconds.isdigit():