constants: Remove unused constants.

We may re-add MaxReplyLength later as a variable config option, similar to mammon.
This commit is contained in:
Daniel Oaks
2016-10-13 16:44:36 +10:00
parent 3c2fae666a
commit 09802f7181
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ package irc
import "fmt"
const (
SEM_VER = "0.2.0-unreleased"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)
SEM_VER = "0.2.0-unreleased"
)
var (