diff options
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index 29261d58..1af6f407 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -120,7 +120,7 @@ type Protocol struct { ReplaceMessages [][]string // all protocols ReplaceNicks [][]string // all protocols RemoteNickFormat string // all protocols - RunCommands []string // irc + RunCommands []string // IRC Server string // IRC,mattermost,XMPP,discord ShowJoinPart bool // all protocols ShowTopicChange bool // slack @@ -141,6 +141,7 @@ type Protocol struct { UseFirstName bool // telegram UseUserName bool // discord UseInsecureURL bool // telegram + VerboseJoinPart bool // IRC WebhookBindAddress string // mattermost, slack WebhookURL string // mattermost, slack } |