summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-10-21 01:14:13 +0200
committerGitHub <noreply@github.com>2020-10-21 01:14:13 +0200
commit4f8b19c6866ae61c2ca36b7c9935669ee2089ef2 (patch)
treeaefe2c3934f7e6f98f764c3840a56059075e431f /matterbridge.toml.sample
parent84ab223b8196b70cc43ee3c60c868073d7a850d5 (diff)
downloadmatterbridge-msglm-4f8b19c6866ae61c2ca36b7c9935669ee2089ef2.tar.gz
matterbridge-msglm-4f8b19c6866ae61c2ca36b7c9935669ee2089ef2.tar.bz2
matterbridge-msglm-4f8b19c6866ae61c2ca36b7c9935669ee2089ef2.zip
Add PingDelay option (irc) (#1269)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index c82b33ce..aab2f482 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -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