summaryrefslogtreecommitdiff
path: root/duck.go
diff options
context:
space:
mode:
Diffstat (limited to 'duck.go')
-rw-r--r--duck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/duck.go b/duck.go
index f9f33f9..7c534b0 100644
--- a/duck.go
+++ b/duck.go
@@ -7,7 +7,7 @@ import (
irc "github.com/fluffle/goirc/client"
)
-type Duck struct{ Command }
+type Duck struct{}
func (_ Duck) WithArgs(_ int) bool { return true }