Time Nick Message 05:00 JCM I have a couple questions regarding issue #13455. First, is it being kept up because of the OP or because of the last post in the thread that suggests an interface for setting the serverlist? If it's the first scenario, I believe the issue is resolved due to the changes brought by #14820. For the second scenario, would that entail the creation of another callback in the Lua api that enables to 05:00 ShadowBot https://github.com/luanti-org/luanti/issues/13455 -- official setting to anonymise player names in the server list 05:00 JCM user to modify the serverlist? I'd be interested in working to implement this, but before I do so I wanted to check whether this is something that is still being considered. 05:00 ShadowBot https://github.com/luanti-org/luanti/issues/14820 -- Optionally hide player names on the serverlist by Emojigit 05:10 JCM Sorry about all the joining and leaving after asking a question. I was hashing something out with my znc instance, but it should be fine now. 09:50 sfan5 jcm: the feature was literally already merged 09:51 sfan5 a more flexible approach could be considered but it's actually already possible to do the announcement via a mod today 13:00 sfan5 rubenwardy: ping 13:01 rubenwardy I'm not available until Monday. Maybe late tonight 13:02 sfan5 alright 13:03 sfan5 was just going to remind you of the android build 15:25 exoticalexo can I io.open() in my code, or do I have to use dofile()? 15:28 sfan5 both work 15:30 exoticalexo ok, so would it be optimal to use if io.open("p/t/y/f.lua") or if dofile(mod.."/f.lua") to check if a file exists? 15:31 MTDiscord dofile will error if the file does not exist 15:31 sfan5 optimal is this https://github.com/luanti-org/luanti/issues/14888#issuecomment-2254111617 15:32 exoticalexo ok 15:32 MTDiscord r#+ 15:35 exoticalexo sfan5, so is core.file_exists() implemented? 15:35 sfan5 no 15:36 exoticalexo so I would need to write my own function to do that then or just use io.open()? 15:36 sfan5 the helper function you can copy into your code is right in the comment I linked 15:37 exoticalexo OK 20:20 sfan5 fun fact: the angle of the face of a cross-shaped plantlike node differs by 1° between Minetest 0.3 and the current engine 20:48 Krock literally unplayable