In this code how could I make it delay the kick function for like 5 secs:
Code:
if(who)
if ( is_user_bot(who) )
server_cmd("kick #%d", get_user_userid(who) )
else
server_cmd("kick #%d ^"Dropped to free a slot. Buy a slot reservation at www.brothersofkhaos.com for $5/month and this will not happen.^"",get_user_userid(who))
return who
}
__________________