]> jfr.im git - irc/quakenet/qwebirc.git/blame - js/qwebirc.js
Add cross-domain /SAY.
[irc/quakenet/qwebirc.git] / js / qwebirc.js
CommitLineData
c22afc5d 1var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, xdomain: {}};
4dd199c3
CP
2
3if(typeof QWEBIRC_BUILD != "undefined") {
4 qwebirc.BUILD = QWEBIRC_BUILD;
5 qwebirc.FILE_SUFFIX = "-" + QWEBIRC_BUILD;
6} else {
7 qwebirc.BUILD = null;
8 qwebirc.FILE_SUFFIX = "";
9}