Send IRC message with typing notification
irc_send_with_typingSend a message with a natural typing indicator: emit typing notification, wait proportional to message length, then deliver. Ideal for conversational replies.
Instructions
Send a message the way a person would: emit a typing notification, hold it for a short time proportional to the message length (about 90 words per minute by default, tunable with wpm), then send the message. Use this for direct conversation where a natural typing indicator is desirable; use irc_send_message when you just want to deliver text immediately. Returns { ok: true } and the msgid when available, same as irc_send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wpm | No | ||
| text | No | ||
| lines | No | ||
| notice | No | ||
| target | Yes | ||
| account | No | ||
| in_reply_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| msgid | No |