From 460bac780774bb582153313d06f67f331d18506f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Mar 2016 21:46:14 +0100 Subject: Reduce interface --- blame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blame.go') diff --git a/blame.go b/blame.go index c122028..85059ff 100644 --- a/blame.go +++ b/blame.go @@ -4,7 +4,7 @@ import ( irc "github.com/fluffle/goirc/client" ) -type Blame struct{ Command } +type Blame struct{} func (_ Blame) Handle(conn *irc.Conn, line *irc.Line) { src := []string{ -- cgit v1.2.3