An open API service indexing awesome lists of open source software.

https://github.com/fredimachado/netirc

Simple cross-platform IRC Client Library written in C# targeting .NETStandard 2.0 and .NET Framework 4.6.1
https://github.com/fredimachado/netirc

cross-platform irc irc-bot irc-client irc-protocol library nuget-package

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

NetIRC
======
[![Build status](https://github.com/fredimachado/NetIRC/workflows/CI/badge.svg)](https://github.com/fredimachado/NetIRC/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/fredimachado/NetIRC/badge.svg)](https://coveralls.io/github/fredimachado/NetIRC)
[![NuGet](https://img.shields.io/nuget/dt/NetIRC.svg)](https://www.nuget.org/packages/NetIRC)
[![NuGet](https://img.shields.io/nuget/vpre/NetIRC.svg)](https://www.nuget.org/packages/NetIRC)
[![MyGet](https://img.shields.io/myget/netirc/v/NetIRC.svg)](https://www.myget.org/feed/netirc/package/nuget/NetIRC)

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

## Installing NetIRC
Install [NetIRC with NuGet](https://www.nuget.org/packages/NetIRC):

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
- [NetIRC.Desktop](https://github.com/fredimachado/NetIRC.Desktop) (Simple WPF Desktop IRC Client)

Fell free to create a pull request to add more.

### Pre-release
You can download [pre-release packages in MyGet](https://www.myget.org/feed/netirc/package/nuget/NetIRC).

## Contribution
Feel free to create a pull request! :)