Currently in the current version of A/V Chat, moderators can either kick or ban. Kick simply kicks the user and they can instantly rejoin the room. Ban, bans the user completely until admin unbans the user.
Now because my programming skills are somewhat fumble in the dark...... this is what I want to be able to do.... but its putting it into code that I struggle...
What I want to do is edit the ban action to put in the current time the ban happened
Ban=Time&Date
When a user logs into chat, it automatically checks to see if the user is banned and if they are they are refused entry and told to contact admin.
What I want to do is to get it to check the current date and compare to the ban date.... and if an hour has passed remove the ban
If Ban = Ban+1 hour then Ban = False (allow in chat)
else Ban = True (do not allow in chat)
Can anyone help put this into code........ (willing to pay)
Thanks in advance