mirror of https://github.com/velour/catbase.git
Making idle return true
This commit is contained in:
parent
0fc2f81f17
commit
66a149f2e8
|
@ -83,6 +83,7 @@ func (p *DowntimePlugin) Message(message bot.Message) bool {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p.Bot.SendMessage(channel, tops)
|
p.Bot.SendMessage(channel, tops)
|
||||||
|
ret = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue