continue refactoring rpc
This commit is contained in:
@@ -160,7 +160,7 @@ Channel.isNewChannel = function (Env, channel, cb) {
|
||||
|
||||
Otherwise behaves the same as sending to a channel
|
||||
*/
|
||||
Channel.writePrivateMessage = function (Env, args, Server, cb) {
|
||||
Channel.writePrivateMessage = function (Env, args, cb, Server) { // XXX odd signature
|
||||
var channelId = args[0];
|
||||
var msg = args[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user