mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Darn, missed one.
This commit is contained in:
parent
0b699e8ad8
commit
dfd929d197
@ -177,7 +177,7 @@ def urlSnarfer(f):
|
|||||||
while _snarfed and _snarfed[0][2] < cutoff:
|
while _snarfed and _snarfed[0][2] < cutoff:
|
||||||
_snarfed.dequeue()
|
_snarfed.dequeue()
|
||||||
url = match.group(0)
|
url = match.group(0)
|
||||||
for (qUrl, target, when) in q:
|
for (qUrl, target, when) in _snarfed:
|
||||||
if url == qUrl and target == channel and not world.testing:
|
if url == qUrl and target == channel and not world.testing:
|
||||||
self.log.info('Not snarfing %s from %r: in queue.',
|
self.log.info('Not snarfing %s from %r: in queue.',
|
||||||
url, msg.prefix)
|
url, msg.prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user