1
0
Fork 0
forked from External/ergo

avoid duplicate mode changes

This commit is contained in:
Jeremy Latt 2014-02-25 22:16:23 -08:00
parent 0d277025c1
commit 66f9b42125
3 changed files with 26 additions and 2 deletions

View file

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