diff --git a/src/integration/impl/irc/IRCApi.js b/src/integration/impl/irc/IRCApi.js index 3da6385..71ccbb0 100644 --- a/src/integration/impl/irc/IRCApi.js +++ b/src/integration/impl/irc/IRCApi.js @@ -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");