1
0
Fork 0
forked from External/ergo

handle mode command with trailing empty arguments

This commit is contained in:
Jeremy Latt 2014-02-26 12:08:01 -08:00
parent 66f9b42125
commit 39911a812d
2 changed files with 9 additions and 3 deletions

View file

@ -23,7 +23,7 @@ var (
)
const (
SEM_VER = "ergonomadic-1.2.3"
SEM_VER = "ergonomadic-1.2.4"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)