summaryrefslogtreecommitdiff
path: root/command.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-20 23:18:45 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-20 23:18:45 +0100
commita037c25326bceabc471f679ab2203d99e248ab0e (patch)
tree629afc9ef6db05fdf3b5d86a9ecb1259ccebbe93 /command.go
parent9b70cb6996a7b9e151e23dc9e49cc8a1114391d5 (diff)
maxLen
Diffstat (limited to 'command.go')
-rw-r--r--command.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/command.go b/command.go
index b098b1b..665d530 100644
--- a/command.go
+++ b/command.go
@@ -11,8 +11,6 @@ type Commander interface {
irc.Handler
}
-const maxLen = 500
-
var commands = make(map[string]Commander)
func Register(cmd string, f Commander) {