IRC parsing, tokenization, and state handling in C#
at tunit 5 lines 130 B view raw
1using States; 2// ReSharper disable StringLiteralTypo 3 4var client = new Client("localhost", 6667, "statesbot"); 5client.Start();