remove priority from catfacts to fix multithreading issue

This commit is contained in:
mutantmonkey
2012-04-29 19:34:17 -04:00
parent 037041cae4
commit a72baa47b2

View File

@@ -22,4 +22,3 @@ def catfacts(phenny, input):
if fact:
phenny.reply(fact)
catfacts.commands = ['catfacts']
catfacts.priority = 'high'