ref -> channel object

This commit is contained in:
unknown 2022-01-04 00:27:57 -05:00
parent ef9ef4d1b5
commit 718e731905

@ -26,7 +26,7 @@ NOTE: `channel` here means the object returned by `minetest.mod_channel_join`.
The server will leave the channel, meaning no more messages from this channel on `minetest.register_on_modchannel_message` The server will leave the channel, meaning no more messages from this channel on `minetest.register_on_modchannel_message`
TIP: set the ref to nil afterwords to free resources TIP: set the channel to nil afterwords to free resources
==== channel:is_writeable() ==== channel:is_writeable()
@ -73,7 +73,7 @@ NOTE: `channel` here means the object returned by `minetest.mod_channel_join`.
The server will leave the channel, meaning no more messages from this channel on `minetest.register_on_modchannel_message` The server will leave the channel, meaning no more messages from this channel on `minetest.register_on_modchannel_message`
TIP: set the ref to nil afterwords to free resources TIP: set the channel to nil afterwords to free resources
==== channel:is_writeable() ==== channel:is_writeable()