summaryrefslogtreecommitdiff
path: root/command.go
diff options
context:
space:
mode:
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) {