From 66a149f2e8a85ab6f4eeefed31ccdef3433ab376 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Mon, 28 Jan 2013 13:48:13 -0500 Subject: [PATCH] Making idle return true --- plugins/downtime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/downtime.go b/plugins/downtime.go index 1ff19d7..86d9009 100644 --- a/plugins/downtime.go +++ b/plugins/downtime.go @@ -83,6 +83,7 @@ func (p *DowntimePlugin) Message(message bot.Message) bool { } } p.Bot.SendMessage(channel, tops) + ret = true }