Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to send gagged/triggers anyway (for remote moderation) #7

Open
moistToiletPaper42 opened this issue Nov 10, 2024 · 0 comments

Comments

@moistToiletPaper42
Copy link

if (client > 0) // Check if client is NOT console.
{
if (BaseComm_IsClientGagged(client) || IsChatTrigger()) // Check if client is gagged. || Check if text was a recognized command/trigger.
{
if (g_cvDebug.BoolValue)
{
PrintToConsole(0, "[Infra-DCR] DEBUG: Client %i is gagged or used a chat trigger, aborting.", client);
}
return;
}
}

Can you add a configuration to send these anyway?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant