X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/3a110a456a552f78f0171987e22d06d538691431..015ab79ac65cca3c99282e6c735412131f92e4f9:/js/qwebirc.js diff --git a/js/qwebirc.js b/js/qwebirc.js index f5981c4..8e4b085 100644 --- a/js/qwebirc.js +++ b/js/qwebirc.js @@ -1,4 +1,4 @@ -var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, xdomain: {}}; +var qwebirc = {ui: {themes: {}, style: {}}, irc: {}, util: {crypto: {}}, config: {}, auth: {}, sound: {}, connected: false, xdomain: {}}; if(typeof QWEBIRC_BUILD != "undefined") { qwebirc.BUILD = QWEBIRC_BUILD;