From 97b10466d83d488ad2cb9e084159a445af74c845 Mon Sep 17 00:00:00 2001 From: t Date: Tue, 9 Jun 2026 00:00:56 -0600 Subject: event lifecycle --- src/command.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.zig') diff --git a/src/command.zig b/src/command.zig index 588490c..2e63cea 100644 --- a/src/command.zig +++ b/src/command.zig @@ -18,7 +18,7 @@ //! //! Builtin commands (e.g. `/compact`) register themselves from their own //! modules. Lua extensions append commands here too: a script's call to -//! `panto.register_command { name, description, handler }` is harvested by +//! `panto.ext.register_command { name, description, handler }` is harvested by //! `lua_runtime.zig`, and `main.zig` registers each via `registerLua`. //! Such commands carry a `lua_ref`; `dispatch` routes them back into the //! Lua runtime instead of calling a native `run` function. -- cgit v1.3