tune auto-reconnect settings on irc connection

This commit is contained in:
BuckarooBanzay 2020-03-06 07:15:44 +01:00
parent ac7f742737
commit 6299c602c2

View File

@ -7,7 +7,9 @@ module.exports = function(remote, events){
port: remote.port, port: remote.port,
nick: remote.username, nick: remote.username,
password: remote.password, password: remote.password,
auto_reconnect: true auto_reconnect: true,
auto_reconnect_wait: 10000,
auto_reconnect_max_retries: 9999
}); });
if (remote.debug) { if (remote.debug) {