Added Admin Only Auth

This commit is contained in:
Cooldude2606
2019-03-08 17:50:47 +00:00
parent 43b5873530
commit e240551eda
8 changed files with 18 additions and 57 deletions

View File

@@ -1,5 +1,6 @@
local Commands = require 'expcore.commands'
require 'expcore.common_parse'
require 'modules.commands.admin-only-auth'
Commands.new_command('admin-chat','Sends a message in chat that only admins can see.')
:add_param('message',false) -- the message to send in the admin chat