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
- Host: GitHub
- URL: https://github.com/fredimachado/netirc
- Owner: fredimachado
- License: mit
- Created: 2016-04-25T14:46:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T11:16:00.000Z (over 4 years ago)
- Last Synced: 2025-05-02T14:09:30.923Z (about 1 year ago)
- Topics: cross-platform, irc, irc-bot, irc-client, irc-protocol, library, nuget-package
- Language: C#
- Homepage:
- Size: 1.98 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NetIRC
======
[](https://github.com/fredimachado/NetIRC/actions/workflows/ci.yml)
[](https://coveralls.io/github/fredimachado/NetIRC)
[](https://www.nuget.org/packages/NetIRC)
[](https://www.nuget.org/packages/NetIRC)
[](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! :)