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