world/IsBanned(key,address)
. = ..()
if(islist(.) && key in GMS)
world<<"The host has banned [key] the world will be shutdown in 5 seconds"
sleep(50)
del world
#define islist(L) istype(L,/list)
var/list/GMS = list("Xx Dark Wizard xX")
Problem description:
Well I don't get the message and the world isn't being shutdown.