Attempt to cut down on spam from greet and bye triggers. Add ping/pong to help deal with flakey connections.?

This commit is contained in:
Storm Dragon
2025-11-13 14:57:45 -05:00
parent c3328e092d
commit 86a640ebe8
4 changed files with 141 additions and 4 deletions

View File

@@ -30,3 +30,9 @@ botCaller=",.!+?"
# People who are allowed to private message the bot separate multiple names with |
allowList=""
ignoreList="storm_bot"
# Interval in seconds to send PING to server for connection health check (default: 120)
# Set to 0 to disable proactive ping checks (not recommended)
pingInterval=120
# Timeout in seconds to wait for PONG response before considering connection dead (default: 30)
# If no PONG received within this time after sending PING, bot will reconnect
pongTimeout=30