From 6b47e295836254b8de8da384db5263fc3ef14362 Mon Sep 17 00:00:00 2001 From: chotaire Date: Thu, 18 Apr 2019 23:56:05 +0200 Subject: Add verbose IRC joins/parts (ident@host) (#805) New configuration setting: VerboseJoinPart (default is false) --- bridge/config/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bridge/config/config.go') 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 } -- cgit v1.2.3