Correct me if I am wrong but wouldn't this work? I am not at home and cannot test it but I don't see why you couldn't simply do this...
Javascript code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage) {
if (sMessage.match(/\/idle/)) {
Messenger.MyStatus = STATUS_IDLE
return '';
}
}