X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/04e66df57e0e126bd5b0f5833b6febaf1678ece1..0fc80ad2b9b14a97062e2a7eca6117f09f3234d2:/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;