Bantime fixins

This commit is contained in:
ZomgPonies
2015-02-26 09:12:32 -05:00
parent aa8daa8b76
commit ba1f04e0a0
+4
View File
@@ -119,6 +119,10 @@ var/savefile/Banlist
Banlist["temp"] << temp
if (temp)
Banlist["minutes"] << bantimestamp
if(!temp)
notes_add(ckey, "Permanently banned - [reason]")
else
notes_add(ckey, "Banned for [minutes] minutes - [reason]")
return 1
/proc/RemoveBan(foldername)