From 2725e2927a1595c7b100d942d1f14146252adeb7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 04:46:40 -0400 Subject: feat: who, global chat, removed redundant YAML IDs --- internal/game/cmd_registry.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/game/cmd_registry.go') diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index be1c276..bc910ed 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -39,6 +39,8 @@ var commandRegistry = map[string]commandDef{ "down": {(*Game).executeMove, ClassActive}, "d": {(*Game).executeMove, ClassActive}, "say": {(*Game).executeSay, ClassInstant}, + "global": {(*Game).executeGlobal, ClassInstant}, + "who": {(*Game).executeWho, ClassInstant}, "sc": {(*Game).executeScore, ClassInstant}, "score": {(*Game).executeScore, ClassInstant}, "skills": {(*Game).executeSkills, ClassInstant}, -- cgit v1.2.3