From e9d87838590a02c7ca028fad8cd16e42a582dd32 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 01:00:17 -0400 Subject: feat: self-signed certificates --- internal/game/cmd_verbs.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'internal/game/cmd_verbs.go') diff --git a/internal/game/cmd_verbs.go b/internal/game/cmd_verbs.go index d07ef2f..70b2fb2 100644 --- a/internal/game/cmd_verbs.go +++ b/internal/game/cmd_verbs.go @@ -9,7 +9,7 @@ import ( ) var alwaysAvailable = []string{ - "look", "l", + "look", "say", "global", "who", @@ -17,30 +17,30 @@ var alwaysAvailable = []string{ "map", "walk", "score", "stats", - "inventory", "inv", "i", - "equipment", "eq", "equip", "wear", "wield", - "remove", "unwear", "unwield", + "inventory", + "equip", + "remove", "style", - "tech", "t", - "option", "options", - "color", "colors", "colortable", + "tech", + "option", + "color", "colortable", "prompt", "alias", "unalias", "help", "queued", "stop", "aps", - "autotrigger", "auto", + "autotrigger", "trigger", "sneak", - "mods", "modules", "modlist", "mod", "module", - "id", "identify", + "mods", + "identify", "eat", "drink", "fletch", "clean", "burn", "stoke", "search", - "get", "take", "grab", "pick", + "get", "drop", } -- cgit v1.2.3