Sberla Active Member Licensed User Longtime User Dec 14, 2016 #1 Hello , How can I query the users from a channel on IRC and send/receive message from them.
Erel B4X founder Staff member Licensed User Longtime User Dec 14, 2016 #2 Moved to the question forum. You will need to implement the IRC protocol: https://en.wikipedia.org/wiki/Internet_Relay_Chat#Technical_information You can use AsyncStreamsText to parse the server responses. Upvote 0
Moved to the question forum. You will need to implement the IRC protocol: https://en.wikipedia.org/wiki/Internet_Relay_Chat#Technical_information You can use AsyncStreamsText to parse the server responses.
Sberla Active Member Licensed User Longtime User Dec 14, 2016 #3 Well I have pre-build library with which I can connect to the server and channel but can't retrieve or see the online users I will read the info on the link that you send thnx Upvote 0
Well I have pre-build library with which I can connect to the server and channel but can't retrieve or see the online users I will read the info on the link that you send thnx