fix invite message to clients

This commit is contained in:
Jeremy Latt 2014-03-05 22:54:50 -08:00
parent d6688a3047
commit 04bb79a610
4 changed files with 6 additions and 8 deletions

View file

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