From 74a5647d2d1edc9c05a0568874d5c24edf649e24 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 31 Aug 2013 22:29:13 -0400 Subject: [PATCH] Upping startup chime fact wait --- plugins/factoid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/factoid.go b/plugins/factoid.go index 5198c5f..cb9e2c1 100644 --- a/plugins/factoid.go +++ b/plugins/factoid.go @@ -60,7 +60,7 @@ func NewFactoidPlugin(botInst *bot.Bot) *FactoidPlugin { go func() { // Some random time to start up - time.Sleep(time.Duration(10) * time.Second) + time.Sleep(time.Duration(15) * time.Second) if ok, fact := p.findTrigger(p.Bot.Config.StartupFact); ok { p.sayFact(bot.Message{ Channel: channel,