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