summaryrefslogtreecommitdiff
path: root/duck.go
diff options
context:
space:
mode:
Diffstat (limited to 'duck.go')
-rw-r--r--duck.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/duck.go b/duck.go
index 2801125..c3df947 100644
--- a/duck.go
+++ b/duck.go
@@ -9,7 +9,6 @@ import (
type Duck struct{ Command }
-func (_ Duck) Timeout() bool { return false }
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 {