From 460bac780774bb582153313d06f67f331d18506f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Mar 2016 21:46:14 +0100 Subject: Reduce interface --- help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help.go') 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 -- cgit v1.2.3