Home
last modified time | relevance | path

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

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserver.cpp1278 #define SPAMREPEATINTERVAL 20 // detect doubled lines only if interval < 20 seconds macro
1292 …if(text[0] && !strcmp(text, cl->lastsaytext) && servmillis - cl->lastsay < SPAMREPEATINTERVAL*1000) in spamdetect()