From ac23f21e41ca06f948f7f299aae1436e439b0637 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 29 Jul 2015 19:56:32 +0200 Subject: Add personal timeout --- duck.go | 1 - 1 file changed, 1 deletion(-) (limited to 'duck.go') 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 { -- cgit v1.2.3