Removing get \n\n"
This commit is contained in:
parent
daf43f09a6
commit
0e83426f2f
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
package server
|
package server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io"
|
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -47,7 +46,6 @@ func ProcessInput(c Client, text string) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return &InputError{thisCommand, err}
|
return &InputError{thisCommand, err}
|
||||||
}
|
}
|
||||||
io.WriteString(c.Connection(), "\n\n")
|
|
||||||
case "ls":
|
case "ls":
|
||||||
err := checkArgumentsLength(commandsLen, 1)
|
err := checkArgumentsLength(commandsLen, 1)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue