diff --git a/plugins/URL.py b/plugins/URL.py index 49bd78e27..a4cdf2590 100644 --- a/plugins/URL.py +++ b/plugins/URL.py @@ -166,7 +166,7 @@ class URLDB(object): class URL(callbacks.PrivmsgCommandAndRegexp): priority = 100 # lower than 99, the normal priority. - regexps = ['tinyurlSnarfer', 'titleSnarfer'] + regexps = ['titleSnarfer', 'tinyurlSnarfer'] _titleRe = re.compile('(.*?)', re.I | re.S) def getDb(self, channel): return URLDB(channel, self.log)