Making idle return true

This commit is contained in:
Chris Sexton 2013-01-28 13:48:13 -05:00
parent 0fc2f81f17
commit 66a149f2e8
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ func (p *DowntimePlugin) Message(message bot.Message) bool {
} }
} }
p.Bot.SendMessage(channel, tops) p.Bot.SendMessage(channel, tops)
ret = true
} }