Merge pull request #435 from ZomgPonies/fixuns

Various fixings and additions
This commit is contained in:
Mark van Alphen
2015-02-27 18:22:35 +01:00
31 changed files with 353 additions and 116 deletions
+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)