Lower the priority, so other snarfers run first.

This commit is contained in:
Jeremy Fincher 2004-08-16 18:46:13 +00:00
parent 4e53cfef63
commit 3bd1e009fa
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class URLDB(object):
self.filename, notAdded)
class URL(callbacks.PrivmsgCommandAndRegexp):
priority = 100 # lower than 99, the normal priority.
regexps = ['tinyurlSnarfer', 'titleSnarfer']
_titleRe = re.compile('<title>(.*?)</title>', re.I | re.S)
def getDb(self, channel):