namespace riff; class Program { static void Main(string[] args) { var cube = new Cube("localhost", 6667, "testbot", "~nebula"); new Thread(new ThreadStart(cube.MainLoop)).Start(); } }