Revert "[SPEED MERGE NEEDED] removes cat (#47999)"

This reverts commit 345d2bf607.
This commit is contained in:
actioninja
2019-11-26 04:35:58 -08:00
parent 4fae241c07
commit c8ec5bdd36
13 changed files with 225 additions and 3 deletions
+14
View File
@@ -580,6 +580,20 @@
if(!check_rights(R_ADMIN))
return
toggle_all_ctf(usr)
if("masspurrbation")
if(!check_rights(R_FUN))
return
mass_purrbation()
message_admins("[key_name_admin(usr)] has put everyone on \
purrbation!")
log_admin("[key_name(usr)] has put everyone on purrbation.")
if("massremovepurrbation")
if(!check_rights(R_FUN))
return
mass_remove_purrbation()
message_admins("[key_name_admin(usr)] has removed everyone from \
purrbation.")
log_admin("[key_name(usr)] has removed everyone from purrbation.")
if("customportal")
if(!check_rights(R_FUN))