.say() alias .msg() on public Network object
authorDarren <darren@darrenwhitlen.com>
Fri, 28 Nov 2014 18:32:29 +0000 (18:32 +0000)
committerDarren <darren@darrenwhitlen.com>
Fri, 28 Nov 2014 18:32:29 +0000 (18:32 +0000)
client/src/app.js

index 9a5189642f612aaf3d3e950e9c918bbdbb28163c..5ed13c78a346d4a89a39d4f4a0b51d578f836dfd 100644 (file)
@@ -114,8 +114,9 @@ _kiwi.global = {
                 kiwi: 'kiwi', raw: 'raw', kick: 'kick', topic: 'topic',\r
                 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', quit: 'quit'\r
+                notice: 'notice', msg: 'privmsg', say: 'privmsg',\r
+                changeNick: 'changeNick', channelInfo: 'channelInfo',\r
+                mode: 'mode', quit: 'quit'\r
             };\r
 \r
             _.each(funcs, function(gateway_fn, func_name) {\r