diff options
author | Wim <wim@42.be> | 2018-11-25 19:32:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 19:32:16 +0100 |
commit | 9f66f93641612028455c43478da2b19e8ee42b8a (patch) | |
tree | 2d604d3b8f4bfba0e5f87c73e55b7474a2d88fb5 /bridge/config | |
parent | 8869e253cad84f504c5b90bfe9256ca8fb4e815c (diff) | |
download | matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.tar.gz matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.tar.bz2 matterbridge-msglm-9f66f93641612028455c43478da2b19e8ee42b8a.zip |
Add option to send RAW commands after connection (irc). Fixes #490 (#604)
Diffstat (limited to 'bridge/config')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |