I am using it like
var chan = Ape.getChannelByName('highscores');
if (!$defined(chan))
return ["401", "UNKNOWN_CHANNEL"];
chan.userslist.each(function(user) {
params.friends = user.friends;
params.userid = user.getProperty('id');
if(in_array(user.getProperty('id'), user.friends)) {
user.pipe.sendRaw('highscore', { from:
user.getProperty('id'), content: params.data });
}
});
On Sunday, May 20, 2012 9:15:22 PM UTC+2, Louis Charette wrote:
>
> Kind of. I think it depend how you use the "send" command. On
> core.request.send or if you use the send command on a pipe.
>
> - Louis
>
>
> Le 2012-05-20 à 15:12, RonnieV a écrit :
>
> Hi,
>
> Ok that seems to work indeed :) I only ran into another problem which look
> really weird to me. When posting a message in the new channel it also
> triggers the other channel and so i got duplicate messages. does this
> sounds familiar to you?
>
> Ronnie
>
> On Sunday, May 20, 2012 3:31:59 PM UTC+2, RonnieV wrote:
>>
>> Hi,
>>
>> I know this is described in the help but i cant seem to figure out how to
>> create multiple channels. I have one channel currently in use to push
>> highscore info, this works fine. I now also would like to have some sort of
>> chat channel. does someone has an example how to create multiple channels?
>>
>> Best Regards,
>> Ronnie
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>
>
>
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/