Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 476 Bytes

TwitchIrcBot

A basic C# IRC Bot that was live streamed by Blizzardo1


Compiling

The code will compile with any C# IDE such as Visual Studio, Code Blocks, Mono/Xamarin, etc.


Hard-Coded Variables

Some variables are hard-coded for time. In the future, I will implement my Configuration class which is JSON serialization. It's by far one of the most simplest methods I've used over the years, contrary to the XML serialization.