From f8714d81f504b5223c1bd762619c0e7b3bf32a52 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 22 Feb 2018 18:56:21 +0100 Subject: Add DebugLevel option (irc) --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') 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 -- cgit v1.2.3