
Is there possible to send command/message from external pice JS code?
Example: somewhere in html of page with chat:
jQuery(document).ready(function() {
if(something)
{
// send some command to current chat HOW?

}
});
A see in FireBug:
pfc_ajax 1
f HandleRequest
cmd /send 4be4e1ebffde623f660149d1475ef75f 1d88c91093cdbeebf9ef3f4b7211c7d1 my_message
(I coud sent POST via Ajax)
But how can I get chat chash?