Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 625 Bytes

EasyIrc

A .NET IRC library optimized for Twitch.

Features

  • Supports all Twitch IRC capabilities
  • Asynchronous using the task-based asynchronous pattern
  • Flood protection

Installing / Getting started

Add the NuGet Package to your project:

Install-Package EasyIrc

Alternatively you can download the binary file from Releases and add it as a dependency to your project.

Example usage:

Check the samples directory

Licensing

See the LICENSE file for license rights and limitations (MIT).