1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Fix console package.

This commit is contained in:
SirStendec 2017-09-01 16:16:40 -04:00
parent 3044bd6d8e
commit aa084d71ec

View file

@ -8,13 +8,13 @@ import (
"github.com/FrankerFaceZ/FrankerFaceZ/socketserver/server"
"github.com/FrankerFaceZ/FrankerFaceZ/socketserver/server/rate"
"github.com/abiosoft/ishell"
"gopkg.in/abiosoft/ishell.v1"
"github.com/gorilla/websocket"
)
func commandLineConsole() {
shell := ishell.NewShell()
shell := ishell.New()
shell.Register("help", func(args ...string) (string, error) {
shell.PrintCommands()