305306307308309310311312313314315
} else if (args[1].equals("host")) { try { _admin.unregister_host(args[2]); System.out.println("Host " + args[2] + " successfully removed"); } catch (Exception _e)
304305306307308309310311312313314