Add reconnect setting

This commit is contained in:
Robbie Ferguson 2016-05-16 16:10:42 -04:00
parent 464f2febee
commit 67cb3d8d01
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ setting("bool", "send_join_part", true) -- Whether to send player join and par
setting("string", "password") -- Server password
setting("bool", "secure", false) -- Enable a TLS connection, requires LuaSEC
setting("number", "timeout", 60) -- Underlying socket timeout in seconds.
setting("number", "reconnect", 600) -- Reconnect in seconds after timeout.
setting("string", "command_prefix") -- Prefix to use for bot commands
setting("bool", "debug", false) -- Enable debug output
setting("bool", "enable_player_part", true) -- Whether to enable players joining and parting the channel