4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 08:49:24 +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

@ -89,6 +89,7 @@ type Protocol struct {
IgnoreNicks string // all protocols
IgnoreMessages string // all protocols
Jid string // xmpp
JoinDelay string // all protocols
Label string // all protocols
Login string // mattermost, matrix
MediaDownloadBlackList []string