git-svn-id: svn://anubis/gvsu@262 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-25 19:13:03 +00:00
parent a4eacc63fe
commit 875855f5a2

View File

@ -295,14 +295,6 @@ public class ChatClient
}
unregister();
try
{
myPServ.leave(); /* Leave the Chord network */
}
catch (Exception e)
{
e.printStackTrace();
}
System.exit(0);
}
@ -340,10 +332,10 @@ public class ChatClient
switch (arg)
{
case 0:
user = s.replace(' ', '_');
user = args[arg].replace(' ', '_');
break;
case 1:
host = s;
host = args[arg];
break;
default:
usage();