X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/e20e5a6b73d37ddd1a4c6ded2dcc336e3299fecf..fc38a626f228cb10e6d5b5bf38594a71680944f4:/js/qwebirc.js diff --git a/js/qwebirc.js b/js/qwebirc.js index 4e89853..03e8b80 100644 --- a/js/qwebirc.js +++ b/js/qwebirc.js @@ -1 +1,9 @@ -var qwebirc = {"ui": {"themes": {}}, "irc": {}, "util": {}}; +var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false}; + +if(typeof QWEBIRC_BUILD != "undefined") { + qwebirc.BUILD = QWEBIRC_BUILD; + qwebirc.FILE_SUFFIX = "-" + QWEBIRC_BUILD; +} else { + qwebirc.BUILD = null; + qwebirc.FILE_SUFFIX = ""; +}