Correctly using /quit command without reconnecting #567
[KiwiIRC.git] / client / src / app.js
index c759d994cf2801a282c185d46d408cbf1c2036f0..add00f143c212178f4c1b2f7b6d60512dae0d163 100644 (file)
@@ -106,7 +106,7 @@ _kiwi.global = {
                 part: 'part', join: 'join', action: 'action', ctcp: 'ctcp',\r
                 ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse',\r
                 notice: 'notice', msg: 'privmsg', changeNick: 'changeNick',\r
-                channelInfo: 'channelInfo', mode: 'mode'\r
+                channelInfo: 'channelInfo', mode: 'mode', quit: 'quit'\r
             };\r
 \r
             // Proxy each gateway method\r