diff --git a/plugins/Dunno.py b/plugins/Dunno.py index bbaa816ab..f4cc5b581 100644 --- a/plugins/Dunno.py +++ b/plugins/Dunno.py @@ -137,8 +137,6 @@ class Dunno(callbacks.Privmsg): Basically, it replaces the standard 'Error: is not a valid command.' messages with messages kept in a database, able to give more personable responses.""" - priority = 100 - callBefore = ['Misc'] callAfter = ['MoobotFactoids'] def __init__(self): callbacks.Privmsg.__init__(self)