diff --git a/src/Misc.py b/src/Misc.py index c2e6570a8..4fda7aa0b 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -74,6 +74,7 @@ def reload(x=None): replyWhenNotCommand = x class Misc(callbacks.Privmsg): + priority = sys.maxint def invalidCommand(self, irc, msg, tokens): if conf.replyWhenNotCommand: irc.error(msg, '%r is not a valid command.' % tokens[0])