Home
last modified time | relevance | path

Searched refs:canspeech (Results 1 – 2 of 2) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserver.cpp2804 bool canspeech = forbiddenlist.canspeech(text); in process() local
2805 if(!spamdetect(cl, text) && canspeech) // team chat in process()
2813 … cl->name, team_string(cl->team), text, canspeech ? "SPAM detected" : "Forbidden speech"); in process()
2814 if (canspeech) in process()
2837 bool canspeech = forbiddenlist.canspeech(text); in process() local
2838 if(!spamdetect(cl, text) && canspeech) in process()
2855 cl->name, text, canspeech ? "SPAM detected" : "Forbidden speech"); in process()
2856 if (canspeech) in process()
2883 bool canspeech = forbiddenlist.canspeech(text); in process() local
2884 if(!spamdetect(cl, text) && canspeech) in process()
[all …]
H A Dserverfiles.h695 bool canspeech(char *s) in canspeech() function