mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Changed priority of OwnerCommands to make sure it's ***always*** first.
This commit is contained in:
parent
5bc445fd5d
commit
da329a3196
@ -50,6 +50,7 @@ import privmsgs
|
||||
import callbacks
|
||||
|
||||
class OwnerCommands(privmsgs.CapabilityCheckingPrivmsg):
|
||||
priority = ~sys.maxint # This must be first!
|
||||
capability = 'owner'
|
||||
def __init__(self):
|
||||
callbacks.Privmsg.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user