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 }