Time Nick Message 14:27 [MTMatrix] <_Zaizen_> Hey everyone, can anyone confirm https://github.com/minetest/minetest/blob/master/doc/mod_channels.png is outdated before I open an issue about it? thanks 14:27 [MTMatrix] <_Zaizen_> Hey everyone, can anyone confirm https://github.com/minetest/minetest/blob/master/doc/mod_channels.png is outdated before I open an issue about it? thanks 14:27 rubenwardy that should be up to date 14:30 [MTMatrix] <_Zaizen_> Mhhh, i'm on 5.9 dev and I get 14:30 [MTMatrix] <_Zaizen_> attempt to call method 'mod_channel_send_msg' (a nil value) 14:30 [MTMatrix] <_Zaizen_> am I missing something? 14:30 [MTMatrix] <_Zaizen_> Mhhh, i'm on 5.9 dev and I get 14:30 [MTMatrix] <_Zaizen_> attempt to call method 'mod_channel_send_msg' (a nil value) 14:30 [MTMatrix] <_Zaizen_> am I missing something? 14:38 rubenwardy actual docs says it's channel:send_all() https://github.com/minetest/minetest/blob/master/doc/client_lua_api.md#modchannel 14:38 rubenwardy no idea how to get a channel object, docs doesn't care to specify how 14:41 [MTMatrix] <_Zaizen_> It's pretty straightforward when you join the channel you get returned the ref! 14:41 [MTMatrix] <_Zaizen_> It's pretty straightforward when you join the channel you get returned the ref! 14:42 rubenwardy that should be documented