Go to file
Minetest-j45 a58b92de6f Fix #2 2022-05-02 11:37:07 +01:00
LICENSE Initial commit 2021-12-23 23:55:48 +01:00
README.md Update README.md 2022-01-13 17:04:47 +00:00
bot.go Fix #2 2022-05-02 11:37:07 +01:00
chat_log.txt use cmd args for conf instead of changing it in the code 2021-12-30 16:44:05 +00:00
go.mod rm unused stuff from go.mod 2021-12-30 16:45:39 +00:00
go.sum rm unused stuff from go.mod 2021-12-30 16:45:39 +00:00

README.md

mt_chat_logger

A bot written in Go to log into a server and write all chat messages to a file.

instructions

install Go on your machine
run go mod tidy
to start the bot, run go run . <USERNAME> <PASSWORD> <SERVER_IP>:<SERVER_PORT>