Console client: Several fixes, added handling of removed from game event.

This commit is contained in:
lotodore
2008-12-26 23:05:45 +00:00
parent 52fc37a8b7
commit 26391b57d1
10 changed files with 87 additions and 6 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ namespace pokerth_console
static int Main(string[] args)
{
Console.WriteLine("pokerth_console V0.1 - Copyright (C) 2008 by Lothar May");
Console.WriteLine("See license.txt for license terms.");
Console.WriteLine("See COPYING.txt for license terms.");
Console.WriteLine();
Console.WriteLine("Enter your nickname:");
string name = Console.ReadLine();