X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/ebb21d2ec15d67524785d5f51af472801e79437c..c837b84403bf6efa1172e8aa837c6b1fcbf4334c:/js/qwebirc.js diff --git a/js/qwebirc.js b/js/qwebirc.js index 6999200..8601caa 100644 --- a/js/qwebirc.js +++ b/js/qwebirc.js @@ -1 +1,9 @@ -var qwebirc = {"ui": {"themes": {}}, "irc": {}, "util": {}, "config": {}}; +var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}}; + +if(typeof QWEBIRC_BUILD != "undefined") { + qwebirc.BUILD = QWEBIRC_BUILD; + qwebirc.FILE_SUFFIX = "-" + QWEBIRC_BUILD; +} else { + qwebirc.BUILD = null; + qwebirc.FILE_SUFFIX = ""; +}