Welcome, i've got question about controling users specially silecing, so
far i made server side cmd which
get 2 params user pipe and silence state, it send inline raw to user about
silencing
Ape.registerCmd("INLINE", true, function(params, info) {
var user = Ape.getUserByPubid(params.user);
if (user) {
Ape.getChannelByPubid(params.pipe).
user.pipe.sendRaw("inline", {"silence": params.silence});
}
return 1;
});
Anyone can tell me how I can make safety permanent silence user, can by
done with mysql or other way,
Some advice appreciate
Thanks
--
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/