summaryrefslogtreecommitdiff
path: root/last.go
diff options
context:
space:
mode:
Diffstat (limited to 'last.go')
-rw-r--r--last.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/last.go b/last.go
index ff63bb0..39a6cc3 100644
--- a/last.go
+++ b/last.go
@@ -11,7 +11,6 @@ type Last struct{ Command }
var buffer = ring.New(10)
-func (_ Last) Timeout() bool { return false }
func (_ Last) Handle(conn *irc.Conn, line *irc.Line) {
buffer.Do(func(v interface{}) {
if v != nil {