]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/qwebirc.js
notifier now uses themes
[irc/quakenet/qwebirc.git] / js / qwebirc.js
index 8601caa4378088b0f25922c6c24d1347427ac67a..03e8b80d1cc0a486777e1b1b73eae1a553cb80b1 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: {}, connected: false};
 
 if(typeof QWEBIRC_BUILD != "undefined") {
   qwebirc.BUILD = QWEBIRC_BUILD;