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 9f20c45..b098b1b 100644
--- a/command.go
+++ b/command.go
@@ -1,7 +1,6 @@
package main
import (
- "fmt"
"log"
"strings"
@@ -10,7 +9,6 @@ import (
type Commander interface {
irc.Handler
- fmt.Stringer
}
const maxLen = 500