Network objects listening for IRC connection events only
[KiwiIRC.git] / client / src / app.js
index ca479370f91de068b0fd663e5358dd33afb8e6f1..2b7b0af7016c93ddff7b259535fa8253379b2c87 100644 (file)
@@ -84,6 +84,8 @@ _kiwi.global = {
 \r
             if (typeof connection_id !== 'undefined') {\r
                 connection_event = 'connection:' + connection_id.toString();\r
+            } else {\r
+                connection_event = 'connection';\r
             }\r
 \r
             var obj = new this.EventComponent(_kiwi.gateway, connection_event);\r