Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.36 KB

NetIRC

Build status Coverage Status NuGet NuGet MyGet

Simple Portable IRC Client Library written in C# targeting .NETStandard 2.0 and .NET Framework 4.6.1.

Installing NetIRC

Install NetIRC with NuGet:

Install-Package NetIRC

Or via the .NET Core CLI:

dotnet add package NetIRC

Quick Start

Check samples\NetIRC.ConsoleCli project. It's a simple and heavily commented IRC Bot implementation.

Documentation will be created soon.

Clients built with NetIRC

Fell free to create a pull request to add more.

Pre-release

You can download pre-release packages in MyGet.

Contribution

Feel free to create a pull request! :)