mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-26 09:56:42 +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]
|
target = args[3]
|
||||||
msg = ' '.join(args[4:])[1:]
|
msg = ' '.join(args[4:])[1:]
|
||||||
if target[:1] in ('#','&'):
|
if target[:1] in ('#','&'):
|
||||||
self.channels['all'].append(chan)
|
self.channels['all'].append(target)
|
||||||
else:
|
else:
|
||||||
self.nicks['check'].append(nick)
|
self.nicks['check'].append(target)
|
||||||
if 'Target change too fast' in msg and len(args) >= 11:
|
if 'Target change too fast' in msg and len(args) >= 11:
|
||||||
seconds = args[10]
|
seconds = args[10]
|
||||||
if seconds.isdigit():
|
if seconds.isdigit():
|
||||||
|
Loading…
Reference in New Issue
Block a user