]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/qwebirc.js
Add cross-domain /SAY.
[irc/quakenet/qwebirc.git] / js / qwebirc.js
index 699920089d8ec89cfaa3ab3ae06de84891b3bd2a..f5981c470d3fc5c356eb41b2df15ecdee485cc10 100644 (file)
@@ -1 +1,9 @@
-var qwebirc = {"ui": {"themes": {}}, "irc": {}, "util": {}, "config": {}};
+var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, xdomain: {}};
+
+if(typeof QWEBIRC_BUILD != "undefined") {
+  qwebirc.BUILD = QWEBIRC_BUILD;
+  qwebirc.FILE_SUFFIX = "-" + QWEBIRC_BUILD;
+} else {
+  qwebirc.BUILD = null;
+  qwebirc.FILE_SUFFIX = "";
+}