From a72baa47b25d0568fc98dc432fdd9a3abc40d138 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Sun, 29 Apr 2012 19:34:17 -0400 Subject: [PATCH] remove priority from catfacts to fix multithreading issue --- modules/catfacts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/catfacts.py b/modules/catfacts.py index 71cad53..0d9dc61 100644 --- a/modules/catfacts.py +++ b/modules/catfacts.py @@ -22,4 +22,3 @@ def catfacts(phenny, input): if fact: phenny.reply(fact) catfacts.commands = ['catfacts'] -catfacts.priority = 'high'