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

https://github.com/kiritsu/ircsharp

A very simple IRC library
https://github.com/kiritsu/ircsharp

azure-pipelines cs csharp irc library netcore3 tcp

Last synced: about 1 month ago
JSON representation

A very simple IRC library

Awesome Lists containing this project

README

          

# IRCSharp

IRCSharp is a client-server library written in C# for IRC (Internal Relay Chat)

## Requirements:
- .NET 6

## Installation:
Compile from source:

1. Clone the repository: `git clone https://github.com/Kiritsu/IRCSharp`
2. Open `IRCSharp.sln`
3. Compile it with your favorite IDE (Visual Studio 2019 is prefered)
4. Get the dlls and add them to your project.

## Contributing:
If you want to contribute to the library which is not fully implemented yet, feel free to `Fork`, `Commit` and then `Pull Request`, or open new issues.