1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-30 07:00:33 +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

@ -36,6 +36,7 @@ setting("string", "sasl.pass") -- SASL password
setting("string", "channel", nil, true) -- Channel to join
setting("string", "key") -- Key for the channel
setting("bool", "send_join_part", true) -- Whether to send player join and part messages to the channel
setting("bool", "send_kicks", false) -- Whether to send player kicked messages to the channel
-----------------------
-- ADVANCED SETTINGS --