skip nick change if there is no difference

This commit is contained in:
Jeremy Latt 2014-02-25 20:47:59 -08:00
parent e9c5e4794e
commit 9dc229b98f
2 changed files with 5 additions and 1 deletions

View file

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