4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-13 19:36:28 +00:00

Add PingDelay option (irc) (#1269)

This commit is contained in:
Wim
2020-10-21 01:14:13 +02:00
committed by GitHub
parent 84ab223b81
commit 4f8b19c686
2 changed files with 14 additions and 1 deletions

View File

@ -103,6 +103,12 @@ ColorNicks=false
#OPTIONAL (default empty)
RunCommands=["PRIVMSG user hello","PRIVMSG chanserv something"]
#PingDelay specifies how long to wait to send a ping to the irc server.
#You can use s for second, m for minute
#String
#OPTIONAL (default 1m)
PingDelay="1m"
#StripMarkdown strips markdown from messages
#OPTIONAL (default false)
StripMarkdown=false