Skip to content

Add chat slow mode#72

Merged
diwako merged 2 commits into
masterfrom
chat_slow_mode
Mar 30, 2026
Merged

Add chat slow mode#72
diwako merged 2 commits into
masterfrom
chat_slow_mode

Conversation

@diwako

@diwako diwako commented Mar 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

if (GVAR(allowChatMessages) || {!(_channel in [0,1])}) exitWith {false};
// Allow admins to always send messages
// Allow sending in vehicle, group, direct, command channels
if (!(_channel in [0, 1]) || isNull _person || {call FUNC(isAdmin)}) exitWith {false};

@diwako diwako Mar 29, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be discussed if admins should bypass this or not

@diwako diwako merged commit 5346de9 into master Mar 30, 2026
1 check passed
@diwako diwako deleted the chat_slow_mode branch March 30, 2026 07:57
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

Successfully merging this pull request may close these issues.

1 participant