Click to See Complete Forum and Search --> : IRC connection with c#.NET


telmessos
12-19-2006, 10:28 AM
Hi all,

I would like to write a .NET web connection to my IRC server. I don't have any idea how a system like this works. Anybody can recommend a beginning point? Or send me a URL which will give me an idea ?

Thanks

Ceyhun

scottrickman
12-19-2006, 02:51 PM
I did try and fail to interact with Messenger in C#, I could create a connection and log in but the very nature of IM pushing to the client proved to be it's downfall. Be interested if anyone can offer a workable solution

telmessos
12-19-2006, 03:17 PM
I don't even know how to create a connection to an IRC server and log in. I don't have any idea about the main logic of running text in the channel window.etc...

lmf232s
12-28-2006, 10:43 AM
Here is a C#.net example
http://www.codeproject.com/cs/internet/smartirc4net.asp

Just do a google search for "IRC API" and youll get some results.