From 010fa439399581391fcd509d2058191ff4fa74b3 Mon Sep 17 00:00:00 2001 From: historia Date: Sat, 20 Jun 2026 21:36:32 -0400 Subject: feat: stop command added --- internal/game/cmd_registry.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/cmd_registry.go') diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index 5073b02..ea09e94 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -122,6 +122,7 @@ var commandRegistry = map[string]commandDef{ "what": {(*Game).executeVerbs, ClassInstant}, "syntax": {(*Game).executeVerbs, ClassInstant}, "commands": {(*Game).executeVerbs, ClassInstant}, + "stop": {(*Game).executeStop, ClassInstant}, } func classifyCommand(cmd string) CommandClass { -- cgit v1.2.3