Fix for #489
authorCory Chaplin <cory.chaplin@laposte.net>
Sun, 23 Feb 2014 20:09:22 +0000 (21:09 +0100)
committerCory Chaplin <cory.chaplin@laposte.net>
Sun, 23 Feb 2014 20:09:22 +0000 (21:09 +0100)
client/src/models/application.js

index 58af46c155cd36af4e75f4bb0c2c4b58bd23d29c..bc60a95be33d6a0023fbe4773fe91e1d23e12cbe 100644 (file)
         message = formatToIrcMsg(ev.params.join(' '));\r
 \r
         panel.addMsg(_kiwi.app.connections.active_connection.get('nick'), message);\r
-        this.connections.active_connection.gateway.privmsg(destination, message);\r
+        this.connections.active_connection.gateway.msg(destination, message);\r
     }\r
 \r
     function actionCommand (ev) {\r