summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2ff436c..e2fd650 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ func kicker(conn *irc.Conn, channel string) chan string {
}
func privmsg(note, kick chan string) irc.HandlerFunc {
- last := NewLastBuf(10)
+ last := NewLast(10)
links := linker(note)
return func(conn *irc.Conn, line *irc.Line) {
switch t := line.Text(); {