fix channel persistence

This commit is contained in:
Jeremy Latt 2014-02-26 21:52:17 -08:00
parent 04f0b2c48d
commit e33a65ec72
2 changed files with 14 additions and 7 deletions

View file

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