summaryrefslogtreecommitdiff
path: root/last.go
diff options
context:
space:
mode:
Diffstat (limited to 'last.go')
-rw-r--r--last.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/last.go b/last.go
index e7486ee..7218330 100644
--- a/last.go
+++ b/last.go
@@ -7,7 +7,7 @@ import (
irc "github.com/fluffle/goirc/client"
)
-type Last struct{ Command }
+type Last struct{}
var buffer = ring.New(10)