From 97c944bb632fee44a56fe7864dca22c905845f4d Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 23 Dec 2017 00:11:30 +0100 Subject: Add RejoinDelay option. Delay to rejoin after channel kick (irc). Closes #322 --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 69531440..13b7a8d0 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -81,6 +81,7 @@ type Protocol struct { Password string // IRC,mattermost,XMPP,matrix PrefixMessagesWithNick bool // mattemost, slack Protocol string // all protocols + RejoinDelay int // IRC ReplaceMessages [][]string // all protocols ReplaceNicks [][]string // all protocols RemoteNickFormat string // all protocols -- cgit v1.2.3