]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/chat.qh
Merge branch 'drjaska/superbots' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / chat.qh
index 500d757c02c0a80d82f07b1de0d7f08c35d015df..a921f61ece5c0cd41e60a4344dfffdf7bf4637cb 100644 (file)
@@ -10,6 +10,10 @@ bool autocvar_g_chat_flood_notify_flooder;
 float autocvar_g_chat_flood_spl;
 float autocvar_g_chat_flood_spl_team;
 float autocvar_g_chat_flood_spl_tell;
+bool autocvar_g_chat_allowed;
+bool autocvar_g_chat_private_allowed;
+bool autocvar_g_chat_spectator_allowed;
+bool autocvar_g_chat_team_allowed;
 int autocvar_g_chat_nospectators;
 bool autocvar_g_chat_teamcolors;
 bool autocvar_g_chat_tellprivacy;