summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-03-21 21:46:14 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-03-21 21:46:14 +0100
commit460bac780774bb582153313d06f67f331d18506f (patch)
treecfc5966c89277cd11be0311eedb256729e40d3f5 /help.go
parentb22a54c2e97a5e68590352c86235a8da245d5311 (diff)
Reduce interface
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