Re: IRC client
- Posted by Kat <gertie at PELL.NET> Jan 05, 2002
- 479 views
On 5 Jan 2002, at 4:45, bensler at mail.com wrote: > > Hi all, > > I'm currently experimenting with LAN networking and have taken > curiosity in attempting to build a simple IRC client. > > Can someone give me a simple example of establishing a client > connection to an IRC server? Or perhaps there is already an IRC > compatible client in the archives already and I've overlooked it. I did get a irc client going with tcp4u, and connected to sorcerynet and dalnet at the same time, in several channels at once on each net. Problem is, i got distracted while i was changing it over to use less cpu time, and broke it! I was also adding features like mirc, the events stuff, like on_text and on_notice, and on_ctcp, and etc.. It ran great, kept all the channel stuff separate thru the events, and separate based on net too, and yet the events could still access data from other servers and other channels. I'll try to get it going again.... Kat