3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Jeremy Latt 2014-04-15 21:25:55 -07:00
parent 79dc46dac8
commit 84eed13f1d

View File

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