summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--duck.go2
1 files changed, 0 insertions, 2 deletions
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 {