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:
parent
d8901ca1ca
commit
ce94dfe634
4
ircp.py
4
ircp.py
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user