I'm not so good at English and I'm not so good at js. So what do I do with this? (It's from the chm-file)
code:
[string] OnEvent_ChatWndReceiveMessage(
[object] ChatWnd,
[string] Origin,
[string] Message,
[enum] MessageKind
);
and
code:
[boolean] SendMessage(
[string] Message
);
I know I need this but I don't know how to use it.