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:
@ -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 --
|
||||
|
Reference in New Issue
Block a user