remove priority from catfacts to fix multithreading issue

master
mutantmonkey 2012-04-29 19:34:17 -04:00
parent 037041cae4
commit a72baa47b2
1 changed files with 0 additions and 1 deletions

View File

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