From f01193ffb1dfca0e73b1123dee80a8ae46d56ba6 Mon Sep 17 00:00:00 2001 From: chotaire Date: Wed, 17 Apr 2019 03:49:10 +0200 Subject: [PATCH] Release: Don't strip IRC colors if sending to IRC --- bridge/matrix/matrix.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go index e7232b7d..3aa0e174 100644 --- a/bridge/matrix/matrix.go +++ b/bridge/matrix/matrix.go @@ -8,7 +8,6 @@ import ( "regexp" "strings" "sync" - "regexp" "github.com/42wim/matterbridge/bridge" "github.com/42wim/matterbridge/bridge/config"