Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnSpamProtection.h58 …Level CheckSpam( REAL spamlevel, int UserToKick, tOutput const & message ); // check if someone is…
H A DnSpamProtection.cpp73 nSpamProtection::Level nSpamProtection::CheckSpam( REAL spamlevel, int userToKick, tOutput const & … in CheckSpam() function in nSpamProtection
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeChat.cpp315 if ( CheckSpam( factor, tOutput("$spam_chat") ) ) in Check()
343 bool eChatSpamTester::CheckSpam( REAL factor, tOutput const & message ) const in CheckSpam() function in eChatSpamTester
345 …if ( nSpamProtection::Level_Mild <= player_->chatSpam_.CheckSpam( factor, player_->Owner(), messag… in CheckSpam()
H A DeChat.h194 bool CheckSpam( REAL factor, tOutput const & message ) const;
H A DeVoter.cpp1785 votingSpam_.CheckSpam( spamLevel, user, message ); in Spam()
1792 …return nSpamProtection::Level_Ok != votingSpam_.CheckSpam( 0.0f, user, tOutput("$spam_vote_kick_is… in IsSpamming()
H A DePlayer.cpp7064 chatSpam_.CheckSpam( 4.0, Owner(), tOutput("$spam_teamchage") ); in ReceiveControlNet()