ircsharp/Examples/States/Program.cs

5 lines
91 B
C#

using States;
var client = new Client("localhost", 6667, "statesbot");
client.Start();