summaryrefslogtreecommitdiff
path: root/src/rhimportd/ctrlTelnet.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-29 00:04:00 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-29 00:04:00 (GMT)
commit1b9e777c9cec218e040166dd5ae12c5bde843f20 (patch)
treeaad77761c19e22300ecfdaba623aff0f7568350c /src/rhimportd/ctrlTelnet.go
parent29c5920353da2ff8811d1518b411dfe957e397f5 (diff)
watch dir control interface uses session
Diffstat (limited to 'src/rhimportd/ctrlTelnet.go')
-rw-r--r--src/rhimportd/ctrlTelnet.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rhimportd/ctrlTelnet.go b/src/rhimportd/ctrlTelnet.go
index f57fd7b..19d3489 100644
--- a/src/rhimportd/ctrlTelnet.go
+++ b/src/rhimportd/ctrlTelnet.go
@@ -25,13 +25,14 @@
package main
import (
- "code.helsinki.at/rhrd-go/rddb"
- "code.helsinki.at/rhrd-go/rhimport"
"fmt"
- "github.com/spreadspace/telgo"
"net/http"
"strconv"
"strings"
+
+ "code.helsinki.at/rhrd-go/rddb"
+ "code.helsinki.at/rhrd-go/rhimport"
+ "github.com/spreadspace/telgo"
)
func telnetQuit(c *telgo.Client, args []string, conf *rhimport.Config, db *rddb.DB) bool {