From 299a4c35ee757ede991da70a4846914d1a70796b Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 28 Nov 2014 18:32:29 +0000 Subject: [PATCH] .say() alias .msg() on public Network object --- client/src/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/app.js b/client/src/app.js index 9a51896..5ed13c7 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -114,8 +114,9 @@ _kiwi.global = { kiwi: 'kiwi', raw: 'raw', kick: 'kick', topic: 'topic', part: 'part', join: 'join', action: 'action', ctcp: 'ctcp', ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse', - notice: 'notice', msg: 'privmsg', changeNick: 'changeNick', - channelInfo: 'channelInfo', mode: 'mode', quit: 'quit' + notice: 'notice', msg: 'privmsg', say: 'privmsg', + changeNick: 'changeNick', channelInfo: 'channelInfo', + mode: 'mode', quit: 'quit' }; _.each(funcs, function(gateway_fn, func_name) { -- 2.25.1