socket.send(`@reply-parent-msg-id=${id} PRIVMSG ${room} :${message}`);
This may vary if you are using a library
where id is the id from the tags in the message you wish to use as the source for the thread/reply to
socket.send(`@reply-parent-msg-id=${id} PRIVMSG ${room} :${message}`);
This may vary if you are using a library
where id is the id from the tags in the message you wish to use as the source for the thread/reply to