Say someone is starting to send chats with random characters. How can I determine in C # if a string is just random characters or do they legitimately say?
- I deleted a few words that I do not want them to say.
- I deleted the links / messages from the chat.
- I stopped sending them messages too fast.
- I forbade them to say the same thing several times in a row.
Number 4 starts with a problem. Well, actually the problem starts with the fact that I'm trying to filter the chat, but this is another discussion. Now they have learned that he checks only the same thing, and now spam random characters.
This is for a game in which I control only the server code.
user1448136
source
share