This commit is contained in:
turt2live 2017-06-10 19:10:47 -06:00
parent 3426429105
commit 14db62ad31

View file

@ -13,6 +13,11 @@ class IRCApi {
constructor() {
}
/**
* Bootstraps the IRC API
* @param {*} app the Express application
* @param {DimensionStore} db the store to use
*/
bootstrap(app, db) {
if (!Integrations.byType["bridge"]["irc"]) {
log.info("IRCApi", "IRC Bridge not enabled - not setting up the API");