Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 214 Bytes

A minimal IRC client

A very stripped down IRC client written in just 200 lines of C#.

About

  • Includes an asynchonous TCP client implementation built on top of the Socket class