From 3bd1e009fa5768134c6be6c0819b2fa9239b627c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 16 Aug 2004 18:46:13 +0000 Subject: [PATCH] Lower the priority, so other snarfers run first. --- plugins/URL.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/URL.py b/plugins/URL.py index 8f2de18bd..a05e3dac2 100644 --- a/plugins/URL.py +++ b/plugins/URL.py @@ -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('(.*?)', re.I | re.S) def getDb(self, channel):