Archived
1

Pins to selected chats

Closes #6
This commit is contained in:
2017-11-26 08:31:56 +04:00
parent a6811f61fc
commit 8368a3c60b
7 changed files with 120 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ func New(ac *appcontext.Context) {
func (p *Pinner) Init() {
c.Log.Info("Initializing Pinner...")
c.Cron.AddFunc("0 55 */2 * * *", p.PinBattleAlert)
c.Cron.AddFunc("0 55 4-23/2 * * *", p.PinBattleAlert)
}