Stickyban clean-up, add admin bans

This commit is contained in:
Markolie
2015-09-27 23:58:10 +02:00
parent 84f1c2ab8f
commit 44763a869a
6 changed files with 99 additions and 19 deletions
+11
View File
@@ -126,6 +126,17 @@
return
banduration = null
banjob = null
if(BANTYPE_ADMIN_PERMA)
if(!banckey || !banreason)
usr << "Not enough parameters (Requires ckey and reason)"
return
banduration = null
banjob = null
if(BANTYPE_ADMIN_TEMP)
if(!banckey || !banreason || !banduration)
usr << "Not enough parameters (Requires ckey, reason and duration)"
return
banjob = null
var/mob/playermob