Upping startup chime fact wait

This commit is contained in:
Chris Sexton 2013-08-31 22:29:13 -04:00
parent 1a41358d64
commit 74a5647d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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,