1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-23 12:37:23 +00:00

Merge branch 'dev' into dev

This commit is contained in:
2019-10-18 07:14:50 -06:00
committed by GitHub
11 changed files with 886 additions and 9 deletions

View File

@ -486,6 +486,7 @@ func handleInput(viewName string) error {
}
if inputString[:1] == "+" || inputString[:1] == "-" {
cmd := strings.Split(inputString, " ")
cmd[0] = inputString[:1]
RunCommand(cmd...)
} else {
go sendChat(inputString)