IRC Tools is a set of C# libraries that can be used to build IRC programs, bots, or other utilities. It is split into a client library and bot library. I've been developing IRC Tools because I'm dissatisfied with the existing libraries written in C#. It has also been a very useful exercise in learning more about C# and the CLR.
My goal is to develop a reusable set of generic IRC libraries that implement the IRC client protocol intelligently and can be easily extended while remaining simple and performant.
The first alpha version of IRC Tools is still in development. When I have something I'm comfortable posting, I'll update this page and create a blog post.
