From d435be7a033976c2bb778b58007a7a193d6b918a Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 1 Jun 2025 20:18:46 -0400 Subject: [PATCH] mod_channel_join had no return documentation at all --- doc/lua_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lua_api.md b/doc/lua_api.md index 07f70c36f..fc061aaef 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 ModChannelRef object. You can learn how to use this in the [ModChannel](https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md#modchannel) section. Inventory ---------