Send a notice, which by convention must never be auto-replied to.
void sendNotice(String target, String text) { _alive(); command({'type': 'send_notice', 'target': target, 'text': text}); }