fix crash in whowas circular buffer

This commit is contained in:
Jeremy Latt
2014-04-10 11:53:34 -07:00
parent 142bf3d3bb
commit cab21782b4
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package irc
const (
SEM_VER = "ergonomadic-1.4.2"
SEM_VER = "ergonomadic-1.4.3"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)