1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Add tests

This commit is contained in:
Kane York 2016-07-08 13:08:36 -07:00
parent f61fea6414
commit 1dc92ed407
3 changed files with 109 additions and 17 deletions

View file

@ -131,10 +131,11 @@ func startJanitors() {
loadUniqueUsers()
go authorizationJanitor()
go bunchCacheJanitor()
go pubsubJanitor()
go aggregateDataSender()
go bunchCacheJanitor()
go cachedMessageJanitor()
go commandCounter()
go pubsubJanitor()
go ircConnection()
go shutdownHandler()