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
- Host: GitHub
- URL: https://github.com/kiritsu/ircsharp
- Owner: Kiritsu
- Created: 2019-04-27T23:52:55.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2026-03-20T15:22:07.000Z (4 months ago)
- Last Synced: 2026-03-21T03:49:00.264Z (4 months ago)
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
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.