diff options
author | Wim <wim@42.be> | 2018-02-22 18:56:21 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-22 18:56:21 +0100 |
commit | f8714d81f504b5223c1bd762619c0e7b3bf32a52 (patch) | |
tree | 5b8fcb5bcee7abe70180d36c7c8a24c9c8d806f7 /bridge/config/config.go | |
parent | 8622656005b667280515ec2b1514eba325573622 (diff) | |
download | matterbridge-msglm-f8714d81f504b5223c1bd762619c0e7b3bf32a52.tar.gz matterbridge-msglm-f8714d81f504b5223c1bd762619c0e7b3bf32a52.tar.bz2 matterbridge-msglm-f8714d81f504b5223c1bd762619c0e7b3bf32a52.zip |
Add DebugLevel option (irc)
Diffstat (limited to 'bridge/config/config.go')
-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 09338f14..72ac4bb4 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -60,6 +60,7 @@ type Protocol struct { Buffer int // api Charset string // irc Debug bool // general + DebugLevel int // only for irc now EditSuffix string // mattermost, slack, discord, telegram, gitter EditDisable bool // mattermost, slack, discord, telegram, gitter IconURL string // mattermost, slack |