From 77ae9516d2e78eb792477a07c1489359f18e5d74 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Mar 2016 22:03:12 +0100 Subject: Remove leftovers --- duck.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'duck.go') diff --git a/duck.go b/duck.go index 8f45a42..d5cb97b 100644 --- a/duck.go +++ b/duck.go @@ -9,8 +9,6 @@ import ( type Duck struct{} -func (Duck) WithArgs(_ int) bool { return true } - func (Duck) Handle(conn *irc.Conn, line *irc.Line) { if q := strings.SplitN(line.Text(), " ", 2); len(q) == 2 { if a, err := duck.Abstract(q[1]); err != nil { -- cgit v1.2.3