From 29a9056731a3be850ab36207e28e765062b7c2b8 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sat, 7 Jun 2025 08:42:14 -0400 Subject: [PATCH] Fix 'core.mod_channel_join' return value documentation (#16218) --- doc/lua_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lua_api.md b/doc/lua_api.md index 07f70c36f..5a2e16707 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -6839,6 +6839,7 @@ You can find mod channels communication scheme in `doc/mod_channels.png`. * Server joins channel `channel_name`, and creates it if necessary. You should listen for incoming messages with `core.register_on_modchannel_message` + * This returns a [ModChannel] object. Inventory ---------