Making first still reply

This commit is contained in:
Chris Sexton 2013-02-10 10:08:01 -05:00
parent ecdc1a7bb7
commit aec9b8e743
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}