er just check for it on received message
code:
function OnEvent_ChatWndReceiveMessage (wnd, origin, msg){
switch(msg){
case "!xxx" : wnd.SendMessage(AzureusInfoFetch()); break;
}
}
(the function name may be incorrect, since I'm unable to download the scripting docs here
)