Ape.log() outputs to the terminal on where you are running(starting) your ape server from
And I think you will have to wait for julien's reply because I don't quite understand his solution. I'm still trying to wrap my head around what you want to do, is not by any means simple as it will requiere lots of customization but it can be done. My idea is that you could send a boolean to the server along with your message(via inlinepush) stating if it is for everyone in the channel or for your friends only. If a message is for your friends only then you would have a MySQL query (on the Ape server, there is a js MySQL object) to get the friends of the sender, loop through the channel's userlist and send the message through the matched user's pipe instead of the channel. All this would go in a custom inlinepush like command on the server. Study the inlinepush script in the server to get familiar scripts/commands/inlinepush.js -- 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/
