From aec9b8e74316dad406037d87cf7867bdada1358d Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sun, 10 Feb 2013 10:08:01 -0500 Subject: [PATCH] Making first still reply --- plugins/first.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/first.go b/plugins/first.go index 0b3e677..9b9eaeb 100644 --- a/plugins/first.go +++ b/plugins/first.go @@ -65,7 +65,7 @@ func (p *FirstPlugin) Message(message bot.Message) bool { } else { if isToday(p.First.Time) { p.recordFirst(message) - return true + return false } }