1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00

Small fix to stop flooding

This commit is contained in:
Chris Sexton 2013-08-31 00:24:55 -04:00
parent 549ebc5f4e
commit 3a45156b9d

@ -30,7 +30,7 @@ func NewBeersPlugin(bot *bot.Bot) *BeersPlugin {
}
p.LoadData()
for _, channel := range bot.Config.Channels {
go p.checkUntappd(channel)
go p.untappdLoop(channel)
}
return &p
}