diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-29 00:04:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-29 00:04:00 (GMT) |
commit | 1b9e777c9cec218e040166dd5ae12c5bde843f20 (patch) | |
tree | aad77761c19e22300ecfdaba623aff0f7568350c /src/rhimportd/ctrlTelnet.go | |
parent | 29c5920353da2ff8811d1518b411dfe957e397f5 (diff) |
watch dir control interface uses session
Diffstat (limited to 'src/rhimportd/ctrlTelnet.go')
-rw-r--r-- | src/rhimportd/ctrlTelnet.go | 7 |
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 { |