Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_game.h53 …ons, cv_chatheight, cv_chattime, cv_consolechat, cv_chatbacktint, cv_chatspamprotection, cv_compac…
H A Dhu_stuff.c678 …if (stop_spamming[playernum] != 0 && consoleplayer != playernum && cv_chatspamprotection.value && … in Got_Saycmd()
H A Dd_netcmd.c744 CV_RegisterVar(&cv_chatspamprotection); in D_RegisterClientCommands()
H A Dg_game.c318 consvar_t cv_chatspamprotection= CVAR_INIT ("chatspamprotection", "On", CV_SAVE, CV_OnOff, NULL); variable
H A Dm_menu.c1371 {IT_STRING | IT_CVAR, NULL, "Spam Protection", &cv_chatspamprotection, 146},