I want to embed a small chat window in my program that will function as a basic IRC client. Are there any well-known, simple, and secure C# libraries that will allow me to do basic things such as connect, disconnect, list users, and private message?
It seems like some of the more popular libraries are overkill for such a modest application. Others are developed for old versions of .NET and are full of deprecation warnings. I would appreciate any advice!