Info
Version: | 1.0.0 |
Author(s): | James Bellinger |
Last Update: | Thursday, May 2, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.zer7.com/software.php?page=netirc |
NuGet Url: | https://www.nuget.org/packages/NetIrc2 |
Install
Install-Package NetIrc2
dotnet add package NetIrc2
paket add NetIrc2
NetIrc2 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It supports all major features relevant to making a chat client or bot.
NetIRC2 has full support for synchronization contexts. You can use it from a Windows Forms or WPF GUI thread and chat events will be automatically dispatched, allowing you to completely ignore multithreading. It uses byte arrays internally so mixed encodings can be handled.
The IrcClient class can even be used as a component in the Forms Designer.
Because it speeds up connect times with some IRC servers, an Ident server is included as well.