From 14db62ad310a415e6b36503ba88706d9096a1ee4 Mon Sep 17 00:00:00 2001 From: turt2live Date: Sat, 10 Jun 2017 19:10:47 -0600 Subject: [PATCH] docs --- src/integration/impl/irc/IRCApi.js | 5 +++++ 1 file changed, 5 insertions(+) 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");