ID:171516
 
I have had paintball master joining my game and then just complaining this game sucks arthosa sucks and he can code better than me..All of this because arthosa helped me a little.So i have made a lil login bann but if he changes key it wont work.
        if(src.name == "Paintball Master")
usr<<"Dont be haten :)"
world<<"<font color=red>Spam-Bot has blocked Paintball Master from joining us"
del(src)

Now I dont want to do this huge security thing just a ban code so it can block that persons ip..I searched for a library or somthing but got nothing.Any one know how i can solve this?
CodingSkillz2 wrote:
I have had paintball master joining my game and then just complaining this game sucks arthosa sucks and he can code better than me..All of this because arthosa helped me a little.So i have made a lil login bann but if he changes key it wont work.

Now I dont want to do this huge security thing just a ban code so it can block that persons ip..I searched for a library or somthing but got nothing.Any one know how i can solve this?

I am quite sure that FullBan by Crispy will do what you want. http://developer.byond.com/hub/Crispy/FullBan


/Gazoot
In response to Gazoot
Ah,yes indeed thank you.