From 9f66f93641612028455c43478da2b19e8ee42b8a Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 25 Nov 2018 19:32:16 +0100 Subject: Add option to send RAW commands after connection (irc). Fixes #490 (#604) --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config/config.go') diff --git a/bridge/config/config.go b/bridge/config/config.go index 48c36d9d..21010dbf 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -109,6 +109,7 @@ type Protocol struct { ReplaceMessages [][]string // all protocols ReplaceNicks [][]string // all protocols RemoteNickFormat string // all protocols + RunCommands []string // irc Server string // IRC,mattermost,XMPP,discord ShowJoinPart bool // all protocols ShowTopicChange bool // slack -- cgit v1.2.3