Skip to content

Commit cd37ad1

Browse files
committed
Embarassing mistake
1 parent 0785c96 commit cd37ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motobot/core_plugins/master_verification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def recognise(session, nick):
3131
session.set(admins)
3232

3333

34-
@command('adminmask')
34+
@command('adminmask', level=IRCLevel.master)
3535
def adminmask_command(bot, context, message, args):
3636
try:
3737
arg = args[1].lower()

0 commit comments

Comments
 (0)