X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/fb6495463d22a4272b37b23e9ee056214cb65057..1bccb3e65483874591013380d11c6864796a3356:/js/qwebirc.js diff --git a/js/qwebirc.js b/js/qwebirc.js index 8601caa..03e8b80 100644 --- a/js/qwebirc.js +++ b/js/qwebirc.js @@ -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: {}, connected: false}; if(typeof QWEBIRC_BUILD != "undefined") { qwebirc.BUILD = QWEBIRC_BUILD;