1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 22:50:32 +02:00

Add option to broadcast kick messages.

Default value is false.
This commit is contained in:
Diego Martínez
2017-02-21 02:07:36 -03:00
parent 78fbe26a2c
commit 2f55e0f9a0
3 changed files with 17 additions and 0 deletions

View File

@ -53,6 +53,9 @@ irc.sasl.pass (SASL password) string
# or leave the game server.
irc.send_join_part (Send join and part messages) bool true
# Enable this to make the bot send messages when players are kicked.
irc.send_kicks (Send kick messages) bool false
# Underlying socket timeout in seconds.
irc.timeout (Timeout) int 60 1