How to make threaded replies

hi, thanks for your answer, but I find that by using this method, I send a message that MENTIONED somename, not reply (which have a reply threading on the webpage), do you know how to send a message that reply to another specific message, and can have a reply threading on the webpage like shown in the picture? thank you!
EfFsGjEXkAYqczq

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.