Simple Portable IRC Client Library written in C# targeting .NETStandard 2.0 and .NET Framework 4.6.1.
Install NetIRC with NuGet:
Install-Package NetIRC
Or via the .NET Core CLI:
dotnet add package NetIRC
Check samples\NetIRC.ConsoleCli
project. It's a simple and heavily commented IRC Bot implementation.
Documentation will be created soon.
- NetIRC.Desktop (Simple WPF Desktop IRC Client)
Fell free to create a pull request to add more.
You can download pre-release packages in MyGet.
Feel free to create a pull request! :)