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

Add JoinDelay option (irc). Fixes #1084 (#1098)

This commit is contained in:
Wim
2020-04-19 00:46:35 +02:00
committed by GitHub
parent 57794b3b9f
commit 9190365289
3 changed files with 9 additions and 0 deletions

View File

@ -177,6 +177,12 @@ StripNick=false
#OPTIONAL (default false)
ShowTopicChange=false
#Delay in milliseconds between channel joins
#Only useful when you have a LOT of channels to join
#See https://github.com/42wim/matterbridge/issues/1084
#OPTIONAL (default 0)
JoinDelay=0
###################################################################
#XMPP section
###################################################################