Elucidating comment.

This commit is contained in:
Jeremy Fincher 2004-09-14 17:13:21 +00:00
parent e44f7ab50c
commit aacea9be74
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ class SnarfQueue(ircutils.FloodQueue):
_snarfed = SnarfQueue()
# This lock is used to serialize the calls to snarfers, so earlier snarfers are
# guaranteed to beat out later snarfers.
_snarfLock = threading.Lock()
def urlSnarfer(f):
"""Protects the snarfer from loops and whatnot."""