Skip to content

Action Text system area pref toggle. #196

Closed
SyntaxNyah wants to merge 1 commit into
Crystalwarrior:masterfrom
NyanOnline:master
Closed

Action Text system area pref toggle. #196
SyntaxNyah wants to merge 1 commit into
Crystalwarrior:masterfrom
NyanOnline:master

Conversation

@SyntaxNyah

Copy link
Copy Markdown
Contributor

Adds a per-area toggle to prevent the spam exploit where asterisk/color-3 IC messages flood both IC and OOC channels simultaneously.

  • Area.ooc_actions_enabled (default True) loaded, saved, and checked in broadcast_action() before any string work or iteration (O(1) early exit)
  • /ooc_actions GM command toggles the flag and notifies the area
  • config_sample/areas.yaml documents the new option i

Adds a per-area toggle to prevent the spam exploit where asterisk/color-3
IC messages flood both IC and OOC channels simultaneously.

- Area.ooc_actions_enabled (default True) loaded, saved, and checked in
  broadcast_action() before any string work or iteration (O(1) early exit)
- /ooc_actions GM command toggles the flag and notifies the area
- config_sample/areas.yaml documents the new option in the defaults block

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@SyntaxNyah

Copy link
Copy Markdown
Contributor Author

I'll fix this and also merge ooc_actions into /area_prof as having it as a seperate command is unnecessary.

@SyntaxNyah SyntaxNyah closed this Mar 27, 2026
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