ironbane / IronbaneServerLegacy

A 3D MMO written using pure javascript.
http://www.ironbane.com/
GNU General Public License v3.0
175 stars 44 forks source link

AI to help stop spamming #417

Open msouth opened 10 years ago

msouth commented 10 years ago

1) Stop people from saying the same thing immediately after they said it. Server responds with "you already said that".

2) Too many misspelled words (this is a little more iffy). To prevent people doing stuff like ssssssssssssss or asl;kdjfasdlkjfas;dfj or whatever. I would hate to prevent a legitimate attempt by someone speaking another language or using broken/legitimately misspelled English from chatting though.

There are probably existing implementations of spam filtering in chat that could be leveraged here.

bsparks commented 10 years ago

I realize that it's hackable, but we should probably start with the client here. Rather than waste bandwidth, just try to prevent some of it up front.