Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何用这些东西制作一个简单的 IRC 客户端
我正在使用什么:
Nickname TextBox Connect Button Message TextBox Send Message Button Refresh Button ListBox
限制:
No commands at all just being able to send messages
我正在使用列表框来接收消息
您可以使用客户端连接来创建到 IRC 服务器的原始连接,但是,您需要阅读 IRC 协议。看看下面的链接:
阅读上面列出的 RFC,然后使用套接字组件。