Get users list of a given channel in IRC server using C# [closed]

淺唱寂寞╮ 提交于 2019-12-08 13:36:14

问题


I use VS 2010 in Win7. I want use IRC programatically, using IRC client library in C# for

  • Connect to an IRC server
  • Detect if exists a channel in IRC server
  • Get Users list of a given channel in a IRC Server.
  • Send messages to a user in a given channel and receive messages from a user (mantenain conversation)

any suggestions about it ? full source code sample ?


回答1:


Try using this C# IRC Library: http://www.meebey.net/projects/smartirc4net/

It has many methods, I'm sure you can achieve everything you want with them: http://smartirc4net.meebey.net/docs/0.4.0/html/



来源:https://stackoverflow.com/questions/12343318/get-users-list-of-a-given-channel-in-irc-server-using-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!