diff options
| author | 2019-06-17 14:20:11 +0100 | |
|---|---|---|
| committer | 2019-06-17 14:20:11 +0100 | |
| commit | 72ce8804788c24df24f5af6d79cc7d645e7b9137 (patch) | |
| tree | 9b536765b56988f816e101fff4a8ccebd3310776 /start.py | |
| parent | panic() if a sasl dance fails on first connection, disconnect on reconnect sasl (diff) | |
| signature | ||
Only `panic()` when a server connection is part of bot init. closes #69
Diffstat (limited to 'start.py')
| -rwxr-xr-x | start.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ if len(server_configs): for server_id, alias in server_configs: server = bot.add_server(server_id, connect=False) if not server == None and server.get_setting("connect", True): + server.from_init = True servers.append(server) bot._events.on("boot.done").call() |
