summaryrefslogtreecommitdiffstats
path: root/matterhook/matterhook.go
diff options
context:
space:
mode:
authorLiam Stanley <me@liamstanley.io>2018-06-09 06:47:40 -0400
committerWim <wim@42.be>2018-06-09 12:47:40 +0200
commit51327a405651442ac47c4ce75363442fa323b592 (patch)
tree4011309b5c748f7e5e717a5a7fc62a4026c6f421 /matterhook/matterhook.go
parent33bd60528be4eaf28ffd1065517ea41fde9ea62b (diff)
downloadmatterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.tar.gz
matterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.tar.bz2
matterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.zip
Reconnect on quit. (irc) See #431 (#445)
* potential fixes for #431 * go: fix formatting/gofmt/goreturns
Diffstat (limited to 'matterhook/matterhook.go')
-rw-r--r--matterhook/matterhook.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go
index 11453e34..9287baa9 100644
--- a/matterhook/matterhook.go
+++ b/matterhook/matterhook.go
@@ -6,14 +6,15 @@ import (
"crypto/tls"
"encoding/json"
"fmt"
- "github.com/gorilla/schema"
- "github.com/nlopes/slack"
"io"
"io/ioutil"
"log"
"net"
"net/http"
"time"
+
+ "github.com/gorilla/schema"
+ "github.com/nlopes/slack"
)
// OMessage for mattermost incoming webhook. (send to mattermost)