Implementation 1 of a minimalistic IRC server

This commit is contained in:
2025-09-26 20:36:54 -07:00
commit d340bc49da
18 changed files with 1082 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.chromaticdragon.app/pyrex/minimal-irc-server/v2
go 1.21.5