This is a barebones client-side implementation of the Internet Relay Chat (IRC) messaging protocol for my Twitch Bot.
NOTE: This is currently under development, so functionality is not guaranteed!
I made this for use in my Twitch Bot as the Twitch Chat API operates over IRC.
This was originally hardcoded into the bot. However, I separated it into its own project in January of 2023 to ease development.
I also wanted a project to try out automated unit testing and test-driven development in .NET for the first time.
Copyright (C) 2023 viral32111.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.