summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.go b/help.go
index dc01cdf..1aaf444 100644
--- a/help.go
+++ b/help.go
@@ -7,7 +7,7 @@ import (
irc "github.com/fluffle/goirc/client"
)
-type Help struct{ Command }
+type Help struct{}
func (_ Help) Handle(conn *irc.Conn, line *irc.Line) {
var msg []string