Time Nick Message 00:00 compunerd I would normally just play around in game a lot and meet people there... have conversations with them and find someone that way... 00:08 paramat yeah sounds a good way 01:11 twoelk compunerd: this mod might be usefull for monitoring your server/kid :D https://github.com/tacotexmex/opening_hours 01:17 compunerd twoelk: thanks... checking it out now... 09:50 Surfer2010 this mod (chatlog) is not working for me :( 09:50 Surfer2010 https://forum.minetest.net/viewtopic.php?f=11&t=6220 09:50 Surfer2010 no chatlog.txt is been created 09:50 Surfer2010 any other way to log the server-chat with all the login-logout and things? maybe even the console on the ubuntu server? 13:21 compunerd Surfer2010: use the tee command 13:26 compunerd or you could just use the debug.txt log | grep CHAT 13:29 compunerd Surfer2010: make a shell script to run this: cat debug.txt | grep CHAT > chat.log and you will have a log of just your chat... you can make it run at certain intervals, or you could just use that command anytime you want to create an updated log 13:31 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Pointed thing to face pos: Use 'eye height' object property (#6754) 13da298a2 https://git.io/vbBvh (152017-12-09T13:30:26Z) 14:34 IhrFussel Surfer2010, the chatlog mod should work, I use it for my server ... what exactly doesn't *work*? 14:35 IhrFussel It should create a chatlog.txt file inside your world directory that contains ONLY messages sent by real players 14:37 IhrFussel If no chatlog.txt file gets created even though a real player 100% sent a chat message then you should maybe check if the mod is even listed under /mods 15:44 hisforever how do I build briges with the digtron ? 15:50 Raven262 Just add the node placers to your digtron. 15:50 Raven262 Or building parts whatever they're called. 15:52 Raven262 The digtron will stop working if the most of it is hanging in the air though, so you might want to make the bridge-building part closer to the head of the machine. 15:57 hisforever thanks Raven262 you really helped 15:58 Raven262 :D 19:10 Flairieve How do you get the return value of pos instead of a boolean from minetest.line_of_sight()? 19:11 Flairieve It says in the documentation that it returns two values? 19:13 Krock local has_right, node_pos = minetest.line_of_sight(boo,far,baz) 19:13 Krock ^ Flairieve 19:13 Krock s/has_right/has_sight/ 19:13 Flairieve thanks 19:14 Krock !next 19:14 MinetestBot Another satisfied customer. Next! 21:13 ashtrayoz MinetestBot! 21:13 MinetestBot ashtrayoz! 21:13 ashtrayoz !title https://github.com/minetest/minetest/issues/6722 21:13 MinetestBot ashtrayoz: Add more settings to the pause menu. · Issue #6722 · minetest/minetest · GitHub 21:14 ashtrayoz So, why won't github tell me that ? :-( 21:14 ashtrayoz Hmmm, looks like a dynamic filtering mixup on the firewall...