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