Send a CTCP ACTION, the third-person form.
CTCP ACTION
void sendAction(String target, String text) { _alive(); command({'type': 'send_action', 'target': target, 'text': text}); }