This commit is contained in:
Jeremy Latt 2014-03-21 23:24:33 -07:00
parent 6403e79a5b
commit bffad06a26
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
package irc
const (
SEM_VER = "ergonomadic-1.3.1"
SEM_VER = "ergonomadic-1.4"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)